naonauno commited on
Commit
3b61bcb
·
verified ·
1 Parent(s): 0484cf1

Update dockerfile

Browse files
Files changed (1) hide show
  1. dockerfile +2 -1
dockerfile CHANGED
@@ -18,8 +18,9 @@ COPY . .
18
  # Expose the port Gradio will run on
19
  EXPOSE 7860
20
 
21
- # Set environment variable for Gradio
22
  ENV GRADIO_SERVER_NAME=0.0.0.0
 
23
 
24
  # Run the application
25
  CMD ["python", "app.py"]
 
18
  # Expose the port Gradio will run on
19
  EXPOSE 7860
20
 
21
+ # Set environment variables
22
  ENV GRADIO_SERVER_NAME=0.0.0.0
23
+ ENV PYTHONUNBUFFERED=1
24
 
25
  # Run the application
26
  CMD ["python", "app.py"]