Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -5,5 +5,6 @@ COPY requirements.txt .
|
|
| 5 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 6 |
COPY app.py .
|
| 7 |
ENV SDL_VIDEODRIVER=dummy
|
|
|
|
| 8 |
EXPOSE 7860
|
| 9 |
CMD ["python", "app.py"]
|
|
|
|
| 5 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 6 |
COPY app.py .
|
| 7 |
ENV SDL_VIDEODRIVER=dummy
|
| 8 |
+
ENV PYGAME_HIDE_SUPPORT_PROMPT=1
|
| 9 |
EXPOSE 7860
|
| 10 |
CMD ["python", "app.py"]
|