Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +3 -2
Dockerfile
CHANGED
@@ -4,8 +4,6 @@ ENV DEBIAN_FRONTEND=noninteractive \
|
|
4 |
|
5 |
# Remove any third-party apt sources to avoid issues with expiring keys.
|
6 |
# Install some basic utilities
|
7 |
-
RUN apt install python3
|
8 |
-
RUN apt install python3-pip
|
9 |
RUN rm -f /etc/apt/sources.list.d/*.list && \
|
10 |
apt-get update && apt-get install -y --no-install-recommends \
|
11 |
curl \
|
@@ -30,6 +28,9 @@ RUN rm -f /etc/apt/sources.list.d/*.list && \
|
|
30 |
RUN add-apt-repository ppa:flexiondotorg/nvtop && \
|
31 |
apt-get upgrade -y && \
|
32 |
apt-get install -y --no-install-recommends nvtop
|
|
|
|
|
|
|
33 |
|
34 |
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - && \
|
35 |
apt-get install -y nodejs && \
|
|
|
4 |
|
5 |
# Remove any third-party apt sources to avoid issues with expiring keys.
|
6 |
# Install some basic utilities
|
|
|
|
|
7 |
RUN rm -f /etc/apt/sources.list.d/*.list && \
|
8 |
apt-get update && apt-get install -y --no-install-recommends \
|
9 |
curl \
|
|
|
28 |
RUN add-apt-repository ppa:flexiondotorg/nvtop && \
|
29 |
apt-get upgrade -y && \
|
30 |
apt-get install -y --no-install-recommends nvtop
|
31 |
+
|
32 |
+
RUN apt install python3
|
33 |
+
RUN apt install python3-pip
|
34 |
|
35 |
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - && \
|
36 |
apt-get install -y nodejs && \
|