gstdl commited on
Commit
2b419ce
·
1 Parent(s): 8acb2e5

downgrade python

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
- #Grab python=3.9-slim-buster image
2
- FROM python:3.9-slim-buster
3
 
4
  # Copy code to container
5
  COPY app /app
 
1
+ #Grab python=3.7-slim-buster image
2
+ FROM python:3.7-slim-buster
3
 
4
  # Copy code to container
5
  COPY app /app