Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -8,6 +8,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
8 |
|
9 |
COPY . .
|
10 |
|
11 |
-
ENV GRADIO_SERVER_PORT=7860
|
|
|
12 |
|
13 |
CMD ["python", "app.py"]
|
|
|
8 |
|
9 |
COPY . .
|
10 |
|
11 |
+
ENV GRADIO_SERVER_PORT=7860
|
12 |
+
ENV GRADIO_SERVER_ADDRESS=0.0.0.0
|
13 |
|
14 |
CMD ["python", "app.py"]
|