Skip to content

Commit

Permalink
mlk
Browse files Browse the repository at this point in the history
  • Loading branch information
calderjo committed Jul 31, 2024
1 parent 43c20e3 commit 45bb2bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ RUN conda config --add channels nvidia && \
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.
mamba install -y mkl cartopy imagemagick pyproj "shapely<2" && \
mamba install -y cartopy imagemagick pyproj "shapely<2" && \
mamba install -c pkgs/main -y mkl && \
/tmp/clean-layer.sh

# Install spacy
Expand Down

0 comments on commit 45bb2bb

Please sign in to comment.