Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -6
Dockerfile
CHANGED
|
@@ -2,12 +2,7 @@ FROM stephengpope/no-code-architects-toolkit:latest
|
|
| 2 |
|
| 3 |
# Set up user for Hugging Face Spaces compatibility
|
| 4 |
# RUN useradd -m -u 1000 user # Commented out due to permission issues in some build environments
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
ENV HOME=/home/user \
|
| 8 |
-
PATH=/home/user/.local/bin:$PATH
|
| 9 |
-
|
| 10 |
-
WORKDIR $HOME/app
|
| 11 |
|
| 12 |
# Create data directory for persistence if using Hugging Face Spaces persistent storage
|
| 13 |
RUN mkdir -p /data
|
|
|
|
| 2 |
|
| 3 |
# Set up user for Hugging Face Spaces compatibility
|
| 4 |
# RUN useradd -m -u 1000 user # Commented out due to permission issues in some build environments
|
| 5 |
+
WORKDIR /app
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
|
| 7 |
# Create data directory for persistence if using Hugging Face Spaces persistent storage
|
| 8 |
RUN mkdir -p /data
|