From 45bb2bb534725f75115b12e65cdce04d136ce128 Mon Sep 17 00:00:00 2001 From: Jonathan Calderon Chavez Date: Wed, 31 Jul 2024 03:31:45 +0000 Subject: [PATCH] mlk --- Dockerfile.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile.tmpl b/Dockerfile.tmpl index 6f485a05..24e86368 100644 --- a/Dockerfile.tmpl +++ b/Dockerfile.tmpl @@ -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