Spaces:
Runtime error
Runtime error
adityasugandhi
commited on
Commit
·
c1f9e93
1
Parent(s):
6b917fe
bug fix
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -3,7 +3,7 @@ FROM python:3.10
|
|
3 |
# Set environment variables
|
4 |
ENV VIRTUAL_ENV=/opt/venv
|
5 |
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
|
6 |
-
ENV
|
7 |
RUN mkdir -p /app/.cache/huggingface/hub
|
8 |
RUN mkdir .haystack
|
9 |
# Install system dependencies
|
|
|
3 |
# Set environment variables
|
4 |
ENV VIRTUAL_ENV=/opt/venv
|
5 |
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
|
6 |
+
ENV HF_HOME=/app/.cache/huggingface/hub
|
7 |
RUN mkdir -p /app/.cache/huggingface/hub
|
8 |
RUN mkdir .haystack
|
9 |
# Install system dependencies
|