ShawnAI commited on
Commit
a5bd036
·
1 Parent(s): dd97c3d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -1,3 +1,5 @@
 
 
1
  WORKDIR /code
2
 
3
  COPY ./requirements.txt /code/requirements.txt
 
1
+ FROM python:3.11
2
+
3
  WORKDIR /code
4
 
5
  COPY ./requirements.txt /code/requirements.txt