Skip to content

Commit

Permalink
Update appendix
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes authored Oct 25, 2024
1 parent a805884 commit fb6cf37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appendix
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit fb6cf37

Please sign in to comment.