Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Fix errore pip install plotly darts
  • Loading branch information
NicoloPosta authored Jul 31, 2023
1 parent 0a2675d commit c8983da
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
Expand Up @@ -7,7 +7,8 @@ RUN apt-get upgrade -y

USER jovyan

RUN pip install plotly darts
RUN pip install plotly
RUN pip install darts
RUN pip install -U torch torchaudio --no-cache-dir
RUN pip install wandb
RUN pip install ipywidgets==8.0.4
Expand Down

0 comments on commit c8983da

Please sign in to comment.