Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse filesthis isn't working
- Dockerfile +0 -7
Dockerfile
CHANGED
@@ -9,13 +9,6 @@ ARG INSTALL_CHANNEL=pytorch
|
|
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
|
15 |
-
|
16 |
-
# Set the working directory to the user's home directory
|
17 |
-
WORKDIR $HOME/app
|
18 |
-
|
19 |
ENV PATH=/opt/conda/bin:$PATH
|
20 |
|
21 |
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
|
|
9 |
# Automatically set by buildx
|
10 |
ARG TARGETPLATFORM
|
11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
ENV PATH=/opt/conda/bin:$PATH
|
13 |
|
14 |
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|