From 0d8c67acb8a1844c1082f584079f25839b70921e Mon Sep 17 00:00:00 2001 From: dafeliton Date: Wed, 18 Dec 2024 23:51:13 -0800 Subject: [PATCH] rebuild --- images/scipy-ml-notebook/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/images/scipy-ml-notebook/Dockerfile b/images/scipy-ml-notebook/Dockerfile index 7ef651d0..117ca183 100644 --- a/images/scipy-ml-notebook/Dockerfile +++ b/images/scipy-ml-notebook/Dockerfile @@ -8,7 +8,6 @@ USER root # https://www.tensorflow.org/install/source#linux # Python/Mamba deps -## Package versions ## tf 2.13 does not work with torch 2.2.1. Both require conflicting versions of typing-extensions ARG CUDA_VERSION=12.1 CUDNN_VERSION=8.9.2.26 LIBNVINFER=7.2.2 LIBNVINFER_MAJOR_VERSION=7 \ TENSORFLOW_VERSION=2.17.0 KERAS_VERSION=3.5.0 TENSORRT_VERSION=8.6.1 TORCH_VERSION=2.3.1 \