Spaces:
Paused
Paused
Suprhimp
commited on
Commit
·
0696f21
1
Parent(s):
4bf280a
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y libgl1-mesa-glx libosmesa6
|
|
9 |
RUN apt-get install -y python3-opengl
|
10 |
RUN apt-get install -y libosmesa6-dev
|
11 |
RUN apt-get install -y freeglut3-dev
|
12 |
-
RUN apt-get install xvfb xserver-xephyr tigervnc-standalone-server x11-utils gnumeric
|
13 |
# RUN apt update && apt install -y python3 python3-pip git xvfb xorg-dev cmake
|
14 |
RUN apt-get upgrade -y && apt-get install -y python3-pip python-is-python3 && rm -rf /var/lib/apt/lists/*
|
15 |
RUN pip install -r requirements.txt
|
|
|
9 |
RUN apt-get install -y python3-opengl
|
10 |
RUN apt-get install -y libosmesa6-dev
|
11 |
RUN apt-get install -y freeglut3-dev
|
12 |
+
RUN apt-get install -y xvfb xserver-xephyr tigervnc-standalone-server x11-utils gnumeric
|
13 |
# RUN apt update && apt install -y python3 python3-pip git xvfb xorg-dev cmake
|
14 |
RUN apt-get upgrade -y && apt-get install -y python3-pip python-is-python3 && rm -rf /var/lib/apt/lists/*
|
15 |
RUN pip install -r requirements.txt
|