Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
|
@@ -62,9 +62,9 @@ RUN \
|
|
| 62 |
/var/tmp/*
|
| 63 |
COPY root/ /
|
| 64 |
|
| 65 |
-
RUN add-apt-repository ppa:flexiondotorg/nvtop && \
|
| 66 |
-
|
| 67 |
-
|
| 68 |
|
| 69 |
RUN curl -sL https://deb.nodesource.com/setup_18.x | bash - && \
|
| 70 |
apt-get install -y nodejs && \
|
|
|
|
| 62 |
/var/tmp/*
|
| 63 |
COPY root/ /
|
| 64 |
|
| 65 |
+
#Not GPU stuff RUN add-apt-repository ppa:flexiondotorg/nvtop && \
|
| 66 |
+
# apt-get upgrade -y && \
|
| 67 |
+
# apt-get install -y --no-install-recommends nvtop
|
| 68 |
|
| 69 |
RUN curl -sL https://deb.nodesource.com/setup_18.x | bash - && \
|
| 70 |
apt-get install -y nodejs && \
|