meg HF staff commited on
Commit
3141dfe
·
verified ·
1 Parent(s): 211c0ff

Removing WORKDIR again.

Browse files
Files changed (1) hide show
  1. 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.