We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f86502 commit cc58d13Copy full SHA for cc58d13
Dockerfile
@@ -24,7 +24,7 @@ RUN conda install -n gda -c conda-forge jupyterlab && \
24
conda clean -afy
25
26
# Add conda environment to PATH
27
-ENV PATH /opt/conda/envs/gda/bin:$PATH
+ENV PATH /opt/conda/envs/uw-gda-living/bin:$PATH
28
29
# Set up work directory and permissions
30
WORKDIR /home/jovyan
0 commit comments