jenngang commited on
Commit
b960037
·
verified ·
1 Parent(s): df0212a

Upload Dockerfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ RUN useradd -m -u 1000 user # ________
9
  USER user # ________
10
 
11
  # Fill in the username in the PATH environment variable (e.g., user)
12
- ENV PATH="/home/user/.local/bin:$PATH" # "/home/________/.local/bin:$PATH"
13
 
14
  # Set working directory
15
  WORKDIR /app
 
9
  USER user # ________
10
 
11
  # Fill in the username in the PATH environment variable (e.g., user)
12
+ ENV PATH="/home/user/.local/bin:$PATH"
13
 
14
  # Set working directory
15
  WORKDIR /app