Skip to content

Commit

Permalink
update appendix.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfidan committed Jan 24, 2024
1 parent 2d836cf commit 396e644
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions binder/appendix.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
USER root
RUN echo "export PYART_CONFIG=/home/jovyan/pyrad_config/mf_config.py" >> ~/.profile && \
echo "export METRANETLIB_PATH=/home/jovyan/lib/" >> ~/.profile && \
rm -r /srv/conda/envs/notebook/lib/python3.9/site-packages/pyart && \
pip install pyart_mch==1.8.6 && \
pip install pyrad_mch==1.8.8
rm -r /srv/conda/envs/notebook/lib/python3.9/site-packages/pyart* && \
pip install pyart_mch && \
pip install pyrad_mch

0 comments on commit 396e644

Please sign in to comment.