Spaces:
Paused
Paused
Suprhimp commited on
Commit ·
99b7fa5
1
Parent(s): 745b10c
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -7,7 +7,7 @@ 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 update && apt install -y python3 python3-pip git
|
| 11 |
RUN apt-get upgrade -y && apt-get install -y python3-pip python-is-python3 && rm -rf /var/lib/apt/lists/*
|
| 12 |
RUN pip install -r requirements.txt
|
| 13 |
RUN mkdir /projects
|
|
|
|
| 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 update && apt install -y python3 python3-pip git xvfb xorg-dev cmake
|
| 11 |
RUN apt-get upgrade -y && apt-get install -y python3-pip python-is-python3 && rm -rf /var/lib/apt/lists/*
|
| 12 |
RUN pip install -r requirements.txt
|
| 13 |
RUN mkdir /projects
|