Spaces:
Sleeping
Sleeping
Commit
·
0783305
1
Parent(s):
25a1ad7
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -3,7 +3,7 @@ FROM gitpod/openvscode-server:latest
|
|
3 |
USER root
|
4 |
|
5 |
RUN apt-get update -y && apt-get upgrade -y && apt-get install -y sudo && apt-get install -y python3-pip && pip3 install --upgrade pip
|
6 |
-
RUN apt-get install -y curl gnupg wget htop sudo git git-lfs software-properties-common build-essential libgl1 zip unzip
|
7 |
|
8 |
RUN add-apt-repository ppa:flexiondotorg/nvtop
|
9 |
RUN apt-get upgrade -y
|
|
|
3 |
USER root
|
4 |
|
5 |
RUN apt-get update -y && apt-get upgrade -y && apt-get install -y sudo && apt-get install -y python3-pip && pip3 install --upgrade pip
|
6 |
+
RUN apt-get install -y curl gnupg wget htop sudo git git-lfs software-properties-common build-essential libgl1 zip unzip
|
7 |
|
8 |
RUN add-apt-repository ppa:flexiondotorg/nvtop
|
9 |
RUN apt-get upgrade -y
|