From ffcd01c728cfdb0380fdf174ac502585b4bdff27 Mon Sep 17 00:00:00 2001 From: EGI-ILM Date: Wed, 7 Feb 2024 11:55:06 +0100 Subject: [PATCH] Trying to fix environment issue 4 --- single-user-sobigdata-aaai24/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/single-user-sobigdata-aaai24/Dockerfile b/single-user-sobigdata-aaai24/Dockerfile index b9d10a93..75bb7f60 100644 --- a/single-user-sobigdata-aaai24/Dockerfile +++ b/single-user-sobigdata-aaai24/Dockerfile @@ -45,7 +45,7 @@ RUN pip install --no-cache-dir \ torchaudio \ --index-url https://download.pytorch.org/whl/cpu -RUN mamba install -y protobuf==4.23.3 +#RUN mamba install -y protobuf==4.23.3 RUN conda update --all # RUN conda update -n base -c defaults conda -y