Spaces:
Sleeping
Sleeping
kisejin
commited on
Commit
·
01af839
1
Parent(s):
47d74e9
Initial commit
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# Use an official Python runtime as a parent image
|
2 |
-
FROM python:3.
|
3 |
|
4 |
RUN useradd -m -u 1000 user
|
5 |
USER user
|
|
|
1 |
# Use an official Python runtime as a parent image
|
2 |
+
FROM python:3.9
|
3 |
|
4 |
RUN useradd -m -u 1000 user
|
5 |
USER user
|