Skip to content

Commit cc58d13

Browse files
authored
Update Dockerfile
1 parent 9f86502 commit cc58d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN conda install -n gda -c conda-forge jupyterlab && \
2424
conda clean -afy
2525

2626
# Add conda environment to PATH
27-
ENV PATH /opt/conda/envs/gda/bin:$PATH
27+
ENV PATH /opt/conda/envs/uw-gda-living/bin:$PATH
2828

2929
# Set up work directory and permissions
3030
WORKDIR /home/jovyan

0 commit comments

Comments
 (0)