Spaces:
Paused
Paused
Commit
·
273c544
1
Parent(s):
f03a4f2
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -13,6 +13,7 @@ COPY requirements.txt ./
|
|
13 |
RUN pip install --upgrade pip && \
|
14 |
pip install -r requirements.txt
|
15 |
|
|
|
16 |
COPY --chown=user . .
|
17 |
|
18 |
RUN ls -al
|
|
|
13 |
RUN pip install --upgrade pip && \
|
14 |
pip install -r requirements.txt
|
15 |
|
16 |
+
RUN mkdir ./cache
|
17 |
COPY --chown=user . .
|
18 |
|
19 |
RUN ls -al
|