Skip to content

Commit

Permalink
Install zstandard
Browse files Browse the repository at this point in the history
Avoid pesky warnings from conda/mamba.

http://b/301018103
  • Loading branch information
rosbo authored Sep 19, 2023
1 parent 13d16bd commit f50750d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ RUN sed -i "s/httpredir.debian.org/debian.uchicago.edu/" /etc/apt/sources.list &
# b/128333086: Set PROJ_LIB to points to the proj4 cartographic library.
ENV PROJ_LIB=/opt/conda/share/proj

# b/301018103: Install zstandard to avoid pesky warning from conda/mamba
RUN pip install zstandard && \
/tmp/clean-layer.sh

# Install conda packages not available on pip.
# When using pip in a conda environment, conda commands should be ran first and then
# the remaining pip commands: https://www.anaconda.com/using-pip-in-a-conda-environment/
Expand Down

0 comments on commit f50750d

Please sign in to comment.