4waiz commited on
Commit
cfcebe2
·
verified ·
1 Parent(s): 3a5ad04

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 server config for Spaces
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 \