Spaces:
Runtime error
Runtime error
Update dockerfile
Browse files- dockerfile +1 -1
dockerfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# Use the official Python image from the Docker Hub
|
| 2 |
-
FROM python:3.
|
| 3 |
|
| 4 |
# Set the working directory
|
| 5 |
WORKDIR /app
|
|
|
|
| 1 |
# Use the official Python image from the Docker Hub
|
| 2 |
+
FROM python:3.9.6-slim
|
| 3 |
|
| 4 |
# Set the working directory
|
| 5 |
WORKDIR /app
|