Spaces:
Sleeping
Sleeping
update
Browse files- Dockerfile +1 -1
- requirements.txt +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# Use the official Python 3.
|
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]
|