Spaces:
Runtime error
Runtime error
Removing 'user' from ENV definitions.
Browse files- Dockerfile +4 -2
Dockerfile
CHANGED
|
@@ -10,8 +10,10 @@ ARG INSTALL_CHANNEL=pytorch
|
|
| 10 |
ARG TARGETPLATFORM
|
| 11 |
|
| 12 |
|
| 13 |
-
ENV HOME=/home/user \
|
| 14 |
-
PATH=/home/user/.local/bin:/opt/conda/bin:$PATH
|
|
|
|
|
|
|
| 15 |
|
| 16 |
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
| 17 |
build-essential \
|
|
|
|
| 10 |
ARG TARGETPLATFORM
|
| 11 |
|
| 12 |
|
| 13 |
+
#ENV HOME=/home/user \
|
| 14 |
+
# PATH=/home/user/.local/bin:/opt/conda/bin:$PATH
|
| 15 |
+
|
| 16 |
+
ENV PATH=/opt/conda/bin:$PATH
|
| 17 |
|
| 18 |
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
| 19 |
build-essential \
|