Spaces:
Build error
Build error
- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -3,6 +3,8 @@
|
|
| 3 |
|
| 4 |
FROM python:3.10-slim
|
| 5 |
|
|
|
|
|
|
|
| 6 |
# Set the working directory to the user's home directory
|
| 7 |
WORKDIR $HOME/app
|
| 8 |
|
|
|
|
| 3 |
|
| 4 |
FROM python:3.10-slim
|
| 5 |
|
| 6 |
+
USER root
|
| 7 |
+
|
| 8 |
# Set the working directory to the user's home directory
|
| 9 |
WORKDIR $HOME/app
|
| 10 |
|