broadfield-dev commited on
Commit
57afa22
·
verified ·
1 Parent(s): ef69786

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -30,6 +30,7 @@ EXPOSE 7860
30
  # Set environment variables
31
  ENV GRADIO_SERVER_NAME="0.0.0.0"
32
  ENV GRADIO_SERVER_PORT=7860
 
33
 
34
  # Run the Gradio app
35
  CMD ["python", "app.py"]
 
30
  # Set environment variables
31
  ENV GRADIO_SERVER_NAME="0.0.0.0"
32
  ENV GRADIO_SERVER_PORT=7860
33
+ ENV PYTHONUNBUFFERED=1
34
 
35
  # Run the Gradio app
36
  CMD ["python", "app.py"]