Spaces:
Paused
Paused
Suprhimp
commited on
Commit
•
ab5fc39
1
Parent(s):
3b96133
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -6,7 +6,7 @@ COPY ./requirements.txt /code/requirements.txt
|
|
6 |
|
7 |
RUN apt-cache search mesa
|
8 |
RUN apt-get update && apt-get install -y libgl1-mesa-glx libosmesa6
|
9 |
-
RUN apt-get install python3-opengl
|
10 |
|
11 |
# Run the command inside your image filesystem
|
12 |
RUN pip3 install --upgrade pip && \
|
|
|
6 |
|
7 |
RUN apt-cache search mesa
|
8 |
RUN apt-get update && apt-get install -y libgl1-mesa-glx libosmesa6
|
9 |
+
RUN apt-get install -y python3-opengl
|
10 |
|
11 |
# Run the command inside your image filesystem
|
12 |
RUN pip3 install --upgrade pip && \
|