Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dtandersen authored Jan 30, 2024
1 parent ede6c21 commit 44f4da0
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 @@ -46,7 +46,7 @@ RUN apt-get -q update && \
#(nop) ENV PATH=/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/cuda/bin


COPY env.yaml /tmp/env.yml
COPY env.yml /tmp/env.yml

RUN conda env create --file /tmp/env.yml && \
eval "$(conda shell.bash hook)" && \
Expand Down

0 comments on commit 44f4da0

Please sign in to comment.