Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
# Use the official Python 3.9 image
|
2 |
FROM python:3.9
|
3 |
|
4 |
-
RUN useradd -m -u 1000 user
|
5 |
# Set the working directory to /code
|
6 |
WORKDIR /app
|
7 |
|
|
|
1 |
# Use the official Python 3.9 image
|
2 |
FROM python:3.9
|
3 |
|
|
|
4 |
# Set the working directory to /code
|
5 |
WORKDIR /app
|
6 |
|