From 1260193b297f445f8e6ac4ac156fdc489a1fa07e Mon Sep 17 00:00:00 2001 From: dafeliton Date: Tue, 20 Feb 2024 22:06:55 -0800 Subject: [PATCH] Downgrade protobuf, it gets downgraded anyway --- images/scipy-ml-notebook/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/scipy-ml-notebook/Dockerfile b/images/scipy-ml-notebook/Dockerfile index 89899451..62a751c5 100644 --- a/images/scipy-ml-notebook/Dockerfile +++ b/images/scipy-ml-notebook/Dockerfile @@ -1,5 +1,5 @@ ARG BASE_TAG=latest -FROM ghcr.io/ucsd-ets/datascience-notebook:$BASE_TAG +FROM ghcr.io/ucsd-ets/datascience-notebook:main USER root @@ -11,7 +11,7 @@ ARG LIBNVINFER=7.2.2 LIBNVINFER_MAJOR_VERSION=7 # Python/Mamba deps ARG CUDA_VERSION=11.8 CUDNN_VERSION=8.6.0.163 \ - PROTOBUF_VERSION=4.25.3 TENSORFLOW_VERSION=2.13.1 KERAS_VERSION=2.13.1 TENSORRT_VERSION=8.5.3.1 \ + PROTOBUF_VERSION=3.20.3 TENSORFLOW_VERSION=2.13.1 KERAS_VERSION=2.13.1 TENSORRT_VERSION=8.5.3.1 \ TORCH_VERSION=2.1.2 # apt deps