Spaces:
Runtime error
Runtime error
Trying to add .cache directory from the Docker.
Browse files- 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 \
|