Skip to content

Commit

Permalink
Downgrade protobuf, it gets downgraded anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeliton committed Feb 21, 2024
1 parent 8ae8db8 commit 1260193
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/scipy-ml-notebook/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand Down

0 comments on commit 1260193

Please sign in to comment.