arcsu1 commited on
Commit
c966244
·
1 Parent(s): 8e464ec
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. requirements.txt +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- # Use the official Python 3.9 image from the Docker Hub
2
  FROM python:3.10.12
3
 
4
  # Create a new user with the username 'user' and a user ID of 1000
 
1
+ # Use the official Python 3.10 image from the Docker Hub
2
  FROM python:3.10.12
3
 
4
  # Create a new user with the username 'user' and a user ID of 1000
requirements.txt CHANGED
@@ -4,4 +4,4 @@ datasets==2.21.0
4
  torch==2.3.1
5
  flask==3.0.3
6
  fastapi
7
- uvicorn
 
4
  torch==2.3.1
5
  flask==3.0.3
6
  fastapi
7
+ uvicorn[standard]