Skip to content

Commit

Permalink
fix: update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitnelav committed Nov 13, 2024
1 parent d741507 commit 5d07a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d07a81

Please sign in to comment.