Skip to content

Commit

Permalink
Check conda dir (#23)
Browse files Browse the repository at this point in the history
* DEL: Remove old conda dir line

* ADD: Add ls for checking conda env
  • Loading branch information
mgrover1 authored Jun 24, 2024
1 parent a5f2724 commit ada32c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion binder/appendix.txt
Original file line number Diff line number Diff line change
@@ -7,7 +7,8 @@ RUN apt update && \
rm -rf /tmp/lrose.deb

USER ${NB_USER}
RUN RADARENV=erad-2024-dev && \
RUN ls /srv/conda/envs && \
RADARENV=erad-2024-dev && \
CONDA_PREFIX=$CONDA_DIR/envs/$RADARENV && \
export PROJ_NETWORK=ON && \
export BALTRAD_INSTALL_ROOT=${PWD} && \

0 comments on commit ada32c0

Please sign in to comment.