Skip to content

Commit c423954

Browse files
authored
Update Dockerfile
1 parent 0715285 commit c423954

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 uw-gda-living -c conda-forge jupyterlab && \
23+
RUN conda install -n uwgda-image-living -c conda-forge jupyterlab && \
2424
conda clean -afy
2525

2626
# Add conda environment to PATH

0 commit comments

Comments
 (0)