We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc58d13 commit 0715285Copy full SHA for 0715285
Dockerfile
@@ -20,7 +20,7 @@ RUN conda env create -f /tmp/environment.yml && \
20
conda clean -afy
21
22
# Add jupyterlab to environment
23
-RUN conda install -n gda -c conda-forge jupyterlab && \
+RUN conda install -n uw-gda-living -c conda-forge jupyterlab && \
24
25
26
# Add conda environment to PATH
0 commit comments