Spaces:
Running
Running
Upload Dockerfile with huggingface_hub
Browse files- 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"
|
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
|