Nekochu commited on
Commit
a73932a
·
1 Parent(s): a3ba5ed

fix: PYTHONUNBUFFERED for Docker log visibility

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -8,5 +8,6 @@ RUN pip install --no-cache-dir "gradio[mcp]" Pillow huggingface-hub safetensors
8
  WORKDIR /app
9
  COPY . .
10
 
 
11
  EXPOSE 7860
12
  CMD ["python", "app.py"]
 
8
  WORKDIR /app
9
  COPY . .
10
 
11
+ ENV PYTHONUNBUFFERED=1
12
  EXPOSE 7860
13
  CMD ["python", "app.py"]