krishnasimha commited on
Commit
92594ad
·
verified ·
1 Parent(s): 3402f8d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ COPY . /app
9
 
10
  # Upgrade pip and install dependencies
11
  RUN pip install --upgrade pip
12
- RUN pip install -r requirements.txt
13
 
14
  # Set Streamlit environment variables
15
  ENV STREAMLIT_SERVER_HEADLESS=true
 
9
 
10
  # Upgrade pip and install dependencies
11
  RUN pip install --upgrade pip
12
+ RUN pip install --no-cache-dir -r requirements.txt
13
 
14
  # Set Streamlit environment variables
15
  ENV STREAMLIT_SERVER_HEADLESS=true