Spaces:
Runtime error
Runtime error
uripper
commited on
Commit
·
e851d66
1
Parent(s):
aebd58c
cache as well
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -8,6 +8,8 @@ WORKDIR /app
|
|
8 |
RUN mkdir -p /app/models /app/data && \
|
9 |
chmod -R 777 /app/models /app/data
|
10 |
|
|
|
|
|
11 |
|
12 |
# Copy the current directory contents into the container at /app
|
13 |
COPY . /app
|
|
|
8 |
RUN mkdir -p /app/models /app/data && \
|
9 |
chmod -R 777 /app/models /app/data
|
10 |
|
11 |
+
RUN mkdir -p /.cache && chmod -R 777 /.cache
|
12 |
+
|
13 |
|
14 |
# Copy the current directory contents into the container at /app
|
15 |
COPY . /app
|