Skip to content

Commit 0715285

Browse files
authored
Update Dockerfile
1 parent cc58d13 commit 0715285

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
@@ -20,7 +20,7 @@ RUN conda env create -f /tmp/environment.yml && \
2020
conda clean -afy
2121

2222
# Add jupyterlab to environment
23-
RUN conda install -n gda -c conda-forge jupyterlab && \
23+
RUN conda install -n uw-gda-living -c conda-forge jupyterlab && \
2424
conda clean -afy
2525

2626
# Add conda environment to PATH

0 commit comments

Comments
 (0)