Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -9,6 +9,8 @@ RUN add-apt-repository ppa:flexiondotorg/nvtop
|
|
9 |
RUN apt-get upgrade -y
|
10 |
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 pip3 install pandas scipy matplotlib && \
|
|
|
9 |
RUN apt-get upgrade -y
|
10 |
RUN apt-get install -y nvtop
|
11 |
RUN apt install default-jdk -y
|
12 |
+
RUN curl -sL https://deb.nodesource.com/setup_20.x | sudo -E bash -\
|
13 |
+
&& apt install nodejs
|
14 |
RUN apt-get install screen -y
|
15 |
RUN apt-get install wget
|
16 |
RUN pip3 install pandas scipy matplotlib && \
|