Skip to content

Commit 45bb2bb

Browse files
committed
mlk
1 parent 43c20e3 commit 45bb2bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile.tmpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ RUN conda config --add channels nvidia && \
102102
conda install -c conda-forge mamba curl libcurl && \
103103
# Base image channel order: conda-forge (highest priority), defaults.
104104
# End state: rapidsai (highest priority), nvidia, conda-forge, defaults.
105-
mamba install -y mkl cartopy imagemagick pyproj "shapely<2" && \
105+
mamba install -y cartopy imagemagick pyproj "shapely<2" && \
106+
mamba install -c pkgs/main -y mkl && \
106107
/tmp/clean-layer.sh
107108

108109
# Install spacy

0 commit comments

Comments
 (0)