From 9dc1932c952afa47b9f28377061e76e6650b7080 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enol=20Fern=C3=A1ndez?= Date: Tue, 4 Jul 2023 16:01:08 +0100 Subject: [PATCH] Update Dockerfile (#151) --- single-user-sobigdata-lipari23/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/single-user-sobigdata-lipari23/Dockerfile b/single-user-sobigdata-lipari23/Dockerfile index c0598585..52b58ce8 100644 --- a/single-user-sobigdata-lipari23/Dockerfile +++ b/single-user-sobigdata-lipari23/Dockerfile @@ -20,8 +20,6 @@ ARG SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True # SoBigData Lipari Summer School 2023 (https://sobigdata23.liparischool.it) # ------------------------------- -RUN mamba install -y protobuf==4.23.3 - RUN pip install --no-cache-dir \ tensorflow \ exmol \ @@ -48,6 +46,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 jupyter labextension install jupyterlab-topbar-extension jupyterlab-system-monitor