Spaces:
Runtime error
Runtime error
adityasugandhi
commited on
Commit
·
6b917fe
1
Parent(s):
133a59b
bug fix
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -4,7 +4,7 @@ FROM python:3.10
|
|
4 |
ENV VIRTUAL_ENV=/opt/venv
|
5 |
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
|
6 |
ENV TRANSFORMERS_CACHE=/app/.cache/huggingface/hub
|
7 |
-
RUN mkdir -p
|
8 |
RUN mkdir .haystack
|
9 |
# Install system dependencies
|
10 |
RUN apt-get update && \
|
|
|
4 |
ENV VIRTUAL_ENV=/opt/venv
|
5 |
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
|
6 |
ENV TRANSFORMERS_CACHE=/app/.cache/huggingface/hub
|
7 |
+
RUN mkdir -p /app/.cache/huggingface/hub
|
8 |
RUN mkdir .haystack
|
9 |
# Install system dependencies
|
10 |
RUN apt-get update && \
|