OlgaKo commited on
Commit
850ec15
1 Parent(s): b5bcf51

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
 
2
- FROM python:3.10
3
  WORKDIR /app
4
  COPY . /app
5
  RUN pip3 install -r requirements.txt
 
1
 
2
+ FROM python:3.7
3
  WORKDIR /app
4
  COPY . /app
5
  RUN pip3 install -r requirements.txt