MySafeCode commited on
Commit
757058f
·
verified ·
1 Parent(s): 925deef

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]