Spaces:
Sleeping
Sleeping
Commit
·
d45c491
1
Parent(s):
d8b78ba
made changes to docker file
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# Use the official Python 3.9 image
|
2 |
-
FROM python:3.
|
3 |
|
4 |
# Create a non-root user and switch to it
|
5 |
RUN useradd -m -u 1000 user
|
|
|
1 |
# Use the official Python 3.9 image
|
2 |
+
FROM python:3.9
|
3 |
|
4 |
# Create a non-root user and switch to it
|
5 |
RUN useradd -m -u 1000 user
|