Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -82,5 +82,6 @@ COPY --chown=user . $HOME/app
|
|
82 |
# Set the working directory to the user's home directory
|
83 |
WORKDIR $HOME/app
|
84 |
|
|
|
85 |
|
86 |
CMD ["python", "app.py"]
|
|
|
82 |
# Set the working directory to the user's home directory
|
83 |
WORKDIR $HOME/app
|
84 |
|
85 |
+
ENV EGL_PLATFORM=surfaceless
|
86 |
|
87 |
CMD ["python", "app.py"]
|