From 838ce7b836ddbf74b802e6d0921107f776ece391 Mon Sep 17 00:00:00 2001 From: EGI-ILM Date: Wed, 7 Feb 2024 11:15:55 +0100 Subject: [PATCH] Trying to fix environment issue 3 --- single-user-sobigdata-aaai24/Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/single-user-sobigdata-aaai24/Dockerfile b/single-user-sobigdata-aaai24/Dockerfile index c8362875..b9d10a93 100644 --- a/single-user-sobigdata-aaai24/Dockerfile +++ b/single-user-sobigdata-aaai24/Dockerfile @@ -39,11 +39,6 @@ RUN pip install --no-cache-dir \ flufl.lock \ jsonc-parser -RUN conda update --all -RUN conda update -n base -c defaults conda -y -RUN conda create -n GRTL python=3.9 -y -RUN conda activate GRTL - RUN pip install --no-cache-dir \ torch \ torchvision \ @@ -52,6 +47,11 @@ RUN pip install --no-cache-dir \ RUN mamba install -y protobuf==4.23.3 +RUN conda update --all +# RUN conda update -n base -c defaults conda -y +RUN conda create -n GRTL python=3.9 -y +RUN conda activate GRTL + # ------------------------------- # Jupyter lab extensions # -------------------------------