SemionMur commited on
Commit
f989d5a
·
verified ·
1 Parent(s): 9008f26

Upload 3 files

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. requirements.txt +6 -6
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  ## Use the official Python 3.9 image
2
- FROM python:3.9
3
 
4
  ## set the working directory to /code
5
  WORKDIR /code
 
1
  ## Use the official Python 3.9 image
2
+ FROM python:3.12
3
 
4
  ## set the working directory to /code
5
  WORKDIR /code
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
- fastapi==0.74.*
2
- requests==2.27.*
3
- uvicorn[standard]==0.17.*
4
- sentencepiece==0.1.*
5
- torch==1.11.*
6
- transformers==4.*
 
1
+ fastapi
2
+ requests
3
+ uvicorn[standard]
4
+ sentencepiece
5
+ torch
6
+ transformers