Spaces:
No application file
No application file
Update Dockerfile
Browse files- Dockerfile +1 -5
Dockerfile
CHANGED
|
@@ -7,8 +7,4 @@ COPY . .
|
|
| 7 |
RUN pip install --upgrade pip \
|
| 8 |
&& pip install --no-cache-dir -r requirements.txt
|
| 9 |
|
| 10 |
-
CMD ["python", "-m", "streamlit", "run", "app.py",
|
| 11 |
-
"--server.port=7860",
|
| 12 |
-
"--server.address=0.0.0.0",
|
| 13 |
-
"--server.headless=true",
|
| 14 |
-
"--server.enableXsrfProtection=false"]
|
|
|
|
| 7 |
RUN pip install --upgrade pip \
|
| 8 |
&& pip install --no-cache-dir -r requirements.txt
|
| 9 |
|
| 10 |
+
CMD ["python", "-m", "streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0", "--server.headless=true", "--server.enableXsrfProtection=false"]
|
|
|
|
|
|
|
|
|
|
|
|