Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|