Spaces:
Paused
Paused
Update dockerfile
Browse files- 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
|
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"]
|