From ec53f2e45da5f6ba3b72736124f021bfde682eb7 Mon Sep 17 00:00:00 2001 From: Dustin Herbison Date: Fri, 4 Oct 2024 16:37:15 +0000 Subject: [PATCH] fix solver for cuml/cudf --- Dockerfile.tmpl | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile.tmpl b/Dockerfile.tmpl index 5c0ead0e..11b05ebd 100644 --- a/Dockerfile.tmpl +++ b/Dockerfile.tmpl @@ -106,7 +106,6 @@ RUN micromamba install -y mkl cartopy imagemagick pyproj "shapely<2" && \ # b/341938540: unistall grpc-cpp to allow >=v24.4 cudf and cuml to be installed. {{ if eq .Accelerator "gpu" }} RUN pip uninstall -y pyarrow && \ - micromamba remove -y --force grpc-cpp && \ micromamba install -vvvy spacy "cudf>=24.4" "cuml>=24.4" cupy cuda-version=$CUDA_MAJOR_VERSION.$CUDA_MINOR_VERSION && \ /tmp/clean-layer.sh {{ else }}