Skip to content

Commit

Permalink
wk
Browse files Browse the repository at this point in the history
  • Loading branch information
calderjo committed May 23, 2024
1 parent 592bc46 commit e752725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ RUN conda config --add channels nvidia && \
conda config --add channels rapidsai && \
conda config --set solver libmamba && \
# b/299991198 remove curl/libcurl install once DLVM base image includes version >= 7.86
conda install -c conda-forge curl libcurl && \
conda install -c conda-forge mamba curl libcurl && \
# Base image channel order: conda-forge (highest priority), defaults.
# End state: rapidsai (highest priority), nvidia, conda-forge, defaults.
conda install -y mkl cartopy imagemagick pyproj "shapely<2" && \
mamba install -y mkl cartopy imagemagick pyproj "shapely<2" && \
/tmp/clean-layer.sh

# Install spacy
Expand Down

0 comments on commit e752725

Please sign in to comment.