We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 102bf56 commit 37a1464Copy full SHA for 37a1464
1 file changed
images/scipy-ml-notebook/Dockerfile
@@ -95,6 +95,9 @@ RUN pip install nvidia-cudnn-cu12==$CUDNN_VERSION torch==$TORCH_VERSION torchvis
95
mamba clean -a -y && \
96
pip cache purge
97
98
+#upgrade scikit-learn
99
+RUN pip install --no-cache-dir --upgrade scikit-learn
100
+
101
RUN pip install transformers datasets accelerate huggingface-hub timm && \
102
fix-permissions $CONDA_DIR && \
103
fix-permissions /home/$NB_USER && \
0 commit comments