ShadowVNs commited on
Commit
e5d6c1f
·
verified ·
1 Parent(s): 24c67b7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -11,7 +11,6 @@ RUN apt-get install -y nvtop
11
  RUN apt install default-jdk -y
12
  RUN apt-get install screen -y
13
  RUN apt-get install wget
14
- RUN sudo apt install nodejs -y
15
  RUN pip3 install pandas scipy matplotlib && \
16
  pip3 install ipywidgets && \
17
  pip3 install torch torchvision torchaudio
 
11
  RUN apt install default-jdk -y
12
  RUN apt-get install screen -y
13
  RUN apt-get install wget
 
14
  RUN pip3 install pandas scipy matplotlib && \
15
  pip3 install ipywidgets && \
16
  pip3 install torch torchvision torchaudio