Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -5,7 +5,7 @@ COPY requirements.txt .
|
|
| 5 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 6 |
COPY . .
|
| 7 |
|
| 8 |
-
# Streamlit
|
| 9 |
ENV STREAMLIT_SERVER_PORT=7860 \
|
| 10 |
STREAMLIT_SERVER_ADDRESS=0.0.0.0 \
|
| 11 |
STREAMLIT_SERVER_HEADLESS=true \
|
|
|
|
| 5 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 6 |
COPY . .
|
| 7 |
|
| 8 |
+
# Streamlit config for Spaces
|
| 9 |
ENV STREAMLIT_SERVER_PORT=7860 \
|
| 10 |
STREAMLIT_SERVER_ADDRESS=0.0.0.0 \
|
| 11 |
STREAMLIT_SERVER_HEADLESS=true \
|