Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse fileswhat's going on
- Dockerfile +0 -4
Dockerfile
CHANGED
|
@@ -9,10 +9,6 @@ ARG INSTALL_CHANNEL=pytorch
|
|
| 9 |
# Automatically set by buildx
|
| 10 |
ARG TARGETPLATFORM
|
| 11 |
|
| 12 |
-
RUN useradd -m -u 1000 user
|
| 13 |
-
|
| 14 |
-
USER user
|
| 15 |
-
|
| 16 |
# Set home to the user's home directory
|
| 17 |
ENV HOME=/home/user \
|
| 18 |
PATH=/home/user/.local/bin:$PATH
|
|
|
|
| 9 |
# Automatically set by buildx
|
| 10 |
ARG TARGETPLATFORM
|
| 11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
# Set home to the user's home directory
|
| 13 |
ENV HOME=/home/user \
|
| 14 |
PATH=/home/user/.local/bin:$PATH
|