meg HF staff commited on
Commit
1cb68d0
·
verified ·
1 Parent(s): 9c8006c

Trying to add .cache directory from the Docker.

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -14,6 +14,8 @@ ARG TARGETPLATFORM
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 \
 
14
  # PATH=/home/user/.local/bin:/opt/conda/bin:$PATH
15
 
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 \