Skip to content

Commit 05bfab6

Browse files
authored
Update Dockerfile
1 parent 379ec5d commit 05bfab6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ FROM continuumio/miniconda3
22

33
# Creating new environment according to environment.yml
44
WORKDIR /app
5-
COPY env.yml
6-
RUN conda env create -f env.ymlc
5+
COPY env.yml /app/env.yml
6+
RUN conda env create -f env.yml
77

88
RUN echo "source activate myenv" > ~/.bashrc
99
ENV PATH /opt/conda/envs/myenv/bin:$PATH

0 commit comments

Comments
 (0)