From e7527259d7fde8ed4556eaa8428f9b847aa12efb Mon Sep 17 00:00:00 2001 From: Jonathan Calderon Chavez Date: Thu, 23 May 2024 03:17:24 +0000 Subject: [PATCH] wk --- Dockerfile.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.tmpl b/Dockerfile.tmpl index c58c827c..206b20b9 100644 --- a/Dockerfile.tmpl +++ b/Dockerfile.tmpl @@ -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