Spaces:
Sleeping
Sleeping
Commit ·
c721f28
1
Parent(s): 38fd52f
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
FROM python:
|
| 2 |
|
| 3 |
RUN mkdir -p /code
|
| 4 |
RUN chmod 777 /code
|
|
|
|
| 1 |
+
FROM python:3.9
|
| 2 |
|
| 3 |
RUN mkdir -p /code
|
| 4 |
RUN chmod 777 /code
|