Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM
|
2 |
|
3 |
COPY . /app
|
4 |
|
|
|
1 |
+
FROM python:3.8
|
2 |
|
3 |
COPY . /app
|
4 |
|