Skip to content

Commit

Permalink
Update Dockerfile (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc authored Jul 4, 2023
1 parent d442170 commit 9dc1932
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions single-user-sobigdata-lipari23/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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
Expand Down

0 comments on commit 9dc1932

Please sign in to comment.