ksvmuralidhar commited on
Commit
358b280
1 Parent(s): 78820fa

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.7-slim
2
  WORKDIR /webapp
3
  COPY . .
4
  RUN chmod +x /webapp/start.sh
@@ -7,3 +7,4 @@ RUN pip install --no-cache-dir -r requirements.txt
7
  RUN apt update && apt install -y redis-server
8
  EXPOSE 7860 6379
9
  CMD ["/webapp/start.sh"]
 
 
1
+ FROM python:3.9-slim
2
  WORKDIR /webapp
3
  COPY . .
4
  RUN chmod +x /webapp/start.sh
 
7
  RUN apt update && apt install -y redis-server
8
  EXPOSE 7860 6379
9
  CMD ["/webapp/start.sh"]
10
+