Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Cambiata immagine base per docker-file
  • Loading branch information
TommasoRomani authored Nov 11, 2023
1 parent b42419c commit 3f68f93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM kubeflownotebookswg/jupyter-pytorch-cuda-full:v1.7.0
FROM kubeflownotebookswg/jupyter-pytorch-cuda-full:latest

USER root

Expand All @@ -13,5 +13,6 @@ RUN chpasswd <<<"root:root" && \

USER jovyan

RUN pip install plotly
RUN pip install ipywidgets==8.0.4
RUN jupyter nbextension enable --py widgetsnbextension

0 comments on commit 3f68f93

Please sign in to comment.