Skip to content

Commit

Permalink
added PYART_CONFIG as env var to binder
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfidan committed Dec 5, 2023
1 parent dff40d4 commit 6213f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binder/appendix.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
USER root
RUN export PYART_CONFIG='/home/jovyan/pyrad_config/mch_config.py' && \
RUN echo "export PYART_CONFIG=/home/jovyan/pyrad_config/mch_config.py" >> ~/.profile && \
rm -r /srv/conda/envs/notebook/lib/python3.9/site-packages/pyart_mch-1.8.1.dist-info/ && \
rm -r /srv/conda/envs/notebook/lib/python3.9/site-packages/pyart && \
pip install pyart_mch

0 comments on commit 6213f30

Please sign in to comment.