fix: .cache
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -16,7 +16,8 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
16 |
COPY . .
|
17 |
|
18 |
# Set environment variables
|
19 |
-
ENV PYTHONUNBUFFERED=1
|
|
|
20 |
|
21 |
# Expose port
|
22 |
EXPOSE 7860
|
|
|
16 |
COPY . .
|
17 |
|
18 |
# Set environment variables
|
19 |
+
ENV PYTHONUNBUFFERED=1 \
|
20 |
+
HF_HOME=/home/user/huggingface
|
21 |
|
22 |
# Expose port
|
23 |
EXPOSE 7860
|