Skip to content

Commit

Permalink
Update Dockerfile with COPY commands
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique authored Sep 25, 2023
1 parent d2278da commit 36ad7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vre-singleuser-microomega/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apt update -y \

WORKDIR /opt

COPY ./environment.yml ./environment.yml
COPY environment.yml environment.yml

RUN conda install conda=4.12.0 && \
conda install mamba -n base -c conda-forge && \
Expand Down

0 comments on commit 36ad7a6

Please sign in to comment.