Browse Source

Dockerfile: adding jupyter to dockerfile

master
rafaelvalle 6 years ago
parent
commit
c67005f1be
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile View File

@ -1,2 +1,2 @@
FROM pytorch/pytorch:0.4_cuda9_cudnn7 FROM pytorch/pytorch:0.4_cuda9_cudnn7
RUN pip install numpy scipy matplotlib librosa==0.6.0 tensorflow tensorboardX inflect==0.2.5 Unidecode==1.0.22
RUN pip install numpy scipy matplotlib librosa==0.6.0 tensorflow tensorboardX inflect==0.2.5 Unidecode==1.0.22 jupyter

Loading…
Cancel
Save