Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
-
FROM python:3.
|
2 |
-
|
3 |
WORKDIR /app # Set the working directory in the container
|
4 |
|
5 |
COPY requirements.txt ./ # Copy the requirements file
|
|
|
1 |
+
FROM python:3.8-slim
|
|
|
2 |
WORKDIR /app # Set the working directory in the container
|
3 |
|
4 |
COPY requirements.txt ./ # Copy the requirements file
|