Spaces:
Sleeping
Sleeping
Ajey95
commited on
Commit
·
7a22c8e
1
Parent(s):
c1bc991
Fix: Add gunicorn to requirements
Browse files- Dockerfile +1 -1
- requirements.txt +0 -0
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# Use an official lightweight Python image
|
2 |
-
FROM python:3.
|
3 |
|
4 |
# Set the working directory inside the container
|
5 |
WORKDIR /app
|
|
|
1 |
# Use an official lightweight Python image
|
2 |
+
FROM python:3.11-slim
|
3 |
|
4 |
# Set the working directory inside the container
|
5 |
WORKDIR /app
|
requirements.txt
CHANGED
Binary files a/requirements.txt and b/requirements.txt differ
|
|