Skip to content

Commit

Permalink
fix: jupyter notebook
Browse files Browse the repository at this point in the history
Installo anche il pacchetto notebook
  • Loading branch information
ncvescera authored Aug 7, 2023
1 parent a2f43ce commit e3b8154
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ WORKDIR /home/rofilo
RUN pip install plotly
RUN pip install wandb
RUN pip install jupyterlab
RUN pip install notebook
RUN pip install ipywidgets==8.0.4

RUN jupyter lab
Expand Down

0 comments on commit e3b8154

Please sign in to comment.