shubhamgs commited on
Commit
9f2f376
·
verified ·
1 Parent(s): 0298312

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -8,8 +8,7 @@ WORKDIR /app
8
  COPY . /app
9
 
10
  # Install dependencies
11
- RUN pip install --no-cache-dir -r requirements.txt
12
- RUN pip install --upgrade pip
13
 
14
  # Expose the port Streamlit runs on
15
  EXPOSE 7531
 
8
  COPY . /app
9
 
10
  # Install dependencies
11
+ RUN pip install --no-cache-dir -r requirements.txt && pip install --upgrade pip
 
12
 
13
  # Expose the port Streamlit runs on
14
  EXPOSE 7531