Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# Dockerfile
|
2 |
|
3 |
# Use the official Python image with the desired version
|
4 |
-
FROM python:3.
|
5 |
|
6 |
# Set the working directory inside the container
|
7 |
WORKDIR /app
|
|
|
1 |
# Dockerfile
|
2 |
|
3 |
# Use the official Python image with the desired version
|
4 |
+
FROM python:3.11-slim
|
5 |
|
6 |
# Set the working directory inside the container
|
7 |
WORKDIR /app
|