We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 379ec5d commit 05bfab6Copy full SHA for 05bfab6
Dockerfile
@@ -2,8 +2,8 @@ FROM continuumio/miniconda3
2
3
# Creating new environment according to environment.yml
4
WORKDIR /app
5
-COPY env.yml
6
-RUN conda env create -f env.ymlc
+COPY env.yml /app/env.yml
+RUN conda env create -f env.yml
7
8
RUN echo "source activate myenv" > ~/.bashrc
9
ENV PATH /opt/conda/envs/myenv/bin:$PATH
0 commit comments