Skip to content

Commit

Permalink
docker try #4
Browse files Browse the repository at this point in the history
  • Loading branch information
jr3cermak committed Jun 25, 2023
1 parent 86e194f commit 2db1a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ENV PATH /opt/conda/bin:$PATH
COPY environment.yml /tmp/environment.yml
RUN mamba env update \
-n base \
-f /tmp/environment.yml \
-f /tmp/environment.yml

# Make RUN commands use `bash --login`:
SHELL ["/bin/bash", "--login", "-c"]
Expand Down

0 comments on commit 2db1a29

Please sign in to comment.