Skip to content
Snippets Groups Projects
Commit 491977ec authored by Jeremy M Fee's avatar Jeremy M Fee
Browse files

Update dockerfile to use specific version of icu obspy dependency

parent 0927b8b9
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ RUN echo 'export PATH=/conda/bin:$PATH' > /etc/profile.d/conda.sh && \
# install algorithms and dependencies via conda
RUN conda config --set ssl_verify $SSL_CERT_FILE && \
conda config --add channels conda-forge && \
conda install --yes jupyter obspy && \
conda install --yes jupyter obspy 'icu=58.*' && \
conda clean -i -l -t -y && \
# build pycurl with SFTP support
export PIP_CERT=$SSL_CERT_FILE && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment