meg HF staff commited on
Commit
8f16bc5
·
verified ·
1 Parent(s): 1cb68d0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -16,6 +16,8 @@ ARG TARGETPLATFORM
16
  ENV PATH=/opt/conda/bin:$PATH
17
 
18
  RUN mkdir .cache
 
 
19
 
20
  RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
21
  build-essential \
 
16
  ENV PATH=/opt/conda/bin:$PATH
17
 
18
  RUN mkdir .cache
19
+ # I'm not sure how to allow later python files used here to write to .cache without making it world-writeable.
20
+ RUN chmod 777 -R .cache
21
 
22
  RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
23
  build-essential \