Spaces:
Runtime error
Runtime error
Removing WORKDIR again.
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
@@ -15,9 +15,6 @@ ARG TARGETPLATFORM
|
|
15 |
|
16 |
ENV PATH=/opt/conda/bin:$PATH
|
17 |
|
18 |
-
WORKDIR /app
|
19 |
-
COPY . /app
|
20 |
-
|
21 |
#RUN mkdir -p .cache
|
22 |
#RUN mkdir -p data
|
23 |
# I'm not sure how to allow later python files used here to write to .cache without making it world-writeable.
|
|
|
15 |
|
16 |
ENV PATH=/opt/conda/bin:$PATH
|
17 |
|
|
|
|
|
|
|
18 |
#RUN mkdir -p .cache
|
19 |
#RUN mkdir -p data
|
20 |
# I'm not sure how to allow later python files used here to write to .cache without making it world-writeable.
|