Spaces:
Sleeping
Sleeping
nam pham
commited on
Commit
·
26e1091
1
Parent(s):
4e5c5cb
feat: update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -28,6 +28,8 @@ ENV VIRTUAL_ENV=/app/.venv \
|
|
28 |
|
29 |
COPY --from=builder ${VIRTUAL_ENV} ${VIRTUAL_ENV}
|
30 |
|
|
|
|
|
31 |
COPY . /app
|
32 |
|
33 |
# Install litserve and requirements
|
|
|
28 |
|
29 |
COPY --from=builder ${VIRTUAL_ENV} ${VIRTUAL_ENV}
|
30 |
|
31 |
+
RUN mkdir -p /app/cache && chmod -R 777 /app/cache
|
32 |
+
|
33 |
COPY . /app
|
34 |
|
35 |
# Install litserve and requirements
|