From 5d07a81106ada14532e6d2aba34131e19e2bcc1f Mon Sep 17 00:00:00 2001 From: Valentin LE BESCOND Date: Wed, 13 Nov 2024 11:06:06 +0100 Subject: [PATCH] fix: update dockerfile --- containers/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/Dockerfile b/containers/Dockerfile index 7636a02..f0d5e01 100644 --- a/containers/Dockerfile +++ b/containers/Dockerfile @@ -38,7 +38,7 @@ RUN java -version && \ conda --version && \ which osmosis -COPY ./environment.yml /tmp/environment_eqasim.yml +COPY ../environment.yml /tmp/environment_eqasim.yml # Copy the environment.yml file into the container if env_path is set (else will create an empty directory) COPY ${env_path} /tmp/environment_custom.yml