Spaces:
Paused
Paused
Suprhimp
commited on
Commit
·
c83e3f2
1
Parent(s):
bd7597a
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -7,8 +7,8 @@ COPY ./requirements.txt /code/requirements.txt
|
|
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 |
-
RUN apt-get install libosmesa6-dev
|
11 |
-
RUN apt-get install freeglut3-dev
|
12 |
# RUN apt update && apt install -y python3 python3-pip git xvfb xorg-dev cmake
|
13 |
RUN apt-get upgrade -y && apt-get install -y python3-pip python-is-python3 && rm -rf /var/lib/apt/lists/*
|
14 |
RUN pip install -r requirements.txt
|
|
|
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 |
+
RUN apt-get install -y libosmesa6-dev
|
11 |
+
RUN apt-get install -y freeglut3-dev
|
12 |
# RUN apt update && apt install -y python3 python3-pip git xvfb xorg-dev cmake
|
13 |
RUN apt-get upgrade -y && apt-get install -y python3-pip python-is-python3 && rm -rf /var/lib/apt/lists/*
|
14 |
RUN pip install -r requirements.txt
|