Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
|
@@ -1,2 +1,4 @@
|
|
| 1 |
|
| 2 |
-
FROM python:3.9
|
|
|
|
|
|
|
|
|
| 1 |
|
| 2 |
+
FROM python:3.9
|
| 3 |
+
|
| 4 |
+
WORKDIR /code
|