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 05bfab6 commit 16fe535Copy full SHA for 16fe535
Dockerfile
@@ -5,5 +5,5 @@ WORKDIR /app
5
COPY env.yml /app/env.yml
6
RUN conda env create -f env.yml
7
8
-RUN echo "source activate myenv" > ~/.bashrc
9
-ENV PATH /opt/conda/envs/myenv/bin:$PATH
+RUN echo "source activate spyder" > ~/.bashrc
+ENV PATH /opt/conda/envs/spyder/bin:$PATH
0 commit comments