priaansh commited on
Commit
8c3b189
·
verified ·
1 Parent(s): 50860ab

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
- USER user
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