Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
@@ -29,7 +29,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
|
|
29 |
libxxf86vm1 \
|
30 |
libgl1-mesa-dev \
|
31 |
libgles2-mesa-dev \
|
32 |
-
libglib2.0-
|
33 |
libxrender1 \
|
34 |
libgbm1 \
|
35 |
build-essential \
|
@@ -93,6 +93,4 @@ COPY --chown=user . $HOME/app
|
|
93 |
# Set the working directory to the user's home directory
|
94 |
WORKDIR $HOME/app
|
95 |
|
96 |
-
ENV EGL_PLATFORM=surfaceless
|
97 |
-
|
98 |
CMD ["python", "app.py"]
|
|
|
29 |
libxxf86vm1 \
|
30 |
libgl1-mesa-dev \
|
31 |
libgles2-mesa-dev \
|
32 |
+
libglib2.0-dev \
|
33 |
libxrender1 \
|
34 |
libgbm1 \
|
35 |
build-essential \
|
|
|
93 |
# Set the working directory to the user's home directory
|
94 |
WORKDIR $HOME/app
|
95 |
|
|
|
|
|
96 |
CMD ["python", "app.py"]
|