Spaces:
Runtime error
Runtime error
Removing all chown business.
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
|
@@ -9,8 +9,6 @@ ARG INSTALL_CHANNEL=pytorch
|
|
| 9 |
# Automatically set by buildx
|
| 10 |
ARG TARGETPLATFORM
|
| 11 |
|
| 12 |
-
RUN useradd -m -u 1000 user
|
| 13 |
-
|
| 14 |
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
| 15 |
build-essential \
|
| 16 |
ca-certificates \
|
|
|
|
| 9 |
# Automatically set by buildx
|
| 10 |
ARG TARGETPLATFORM
|
| 11 |
|
|
|
|
|
|
|
| 12 |
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
| 13 |
build-essential \
|
| 14 |
ca-certificates \
|