We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0715285 commit c423954Copy full SHA for c423954
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 uw-gda-living -c conda-forge jupyterlab && \
+RUN conda install -n uwgda-image-living -c conda-forge jupyterlab && \
24
25
26
# Add conda environment to PATH
0 commit comments