Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
# Set working directory
|
2 |
WORKDIR /app
|
3 |
|
|
|
1 |
+
FROM python:3.10-slim
|
2 |
+
|
3 |
# Set working directory
|
4 |
WORKDIR /app
|
5 |
|