From fb6cf3791192e1060e9864d1cafc74dcdd3b246e Mon Sep 17 00:00:00 2001 From: Eli Holmes - NOAA Date: Fri, 25 Oct 2024 15:54:46 -0700 Subject: [PATCH] Update appendix --- appendix | 1 + 1 file changed, 1 insertion(+) diff --git a/appendix b/appendix index fceb96b..80c071c 100644 --- a/appendix +++ b/appendix @@ -60,6 +60,7 @@ ONBUILD RUN echo "Checking for 'conda-lock.yml' or 'environment.yml'..." \ ; [ -d .binder ] && cd .binder \ ; if test -f "conda-lock.yml" ; then echo "Using conda-lock.yml" & \ conda-lock install --name ${CONDA_ENV} \ + && pip install --no-deps jupyter-remote-desktop-proxy \ ; elif test -f "environment.yml" ; then echo "Using environment.yml" & \ mamba env update --name ${CONDA_ENV} -f environment.yml \ && pip install --no-deps jupyter-remote-desktop-proxy \