harshnarayan12 commited on
Commit
1653ff0
·
verified ·
1 Parent(s): db076b8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@
5
  # EXPOSE 8501
6
  # CMD streamlit run app.py --server.port 7850
7
 
8
- FROM python:3.10
9
  COPY . /app
10
  WORKDIR /app
11
  RUN pip install --no-cache-dir -r requirements.txt
 
5
  # EXPOSE 8501
6
  # CMD streamlit run app.py --server.port 7850
7
 
8
+ FROM python:3.11
9
  COPY . /app
10
  WORKDIR /app
11
  RUN pip install --no-cache-dir -r requirements.txt