Spaces:
Sleeping
Sleeping
Synced repo using 'sync_with_huggingface' Github Action
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
# Use an official Python runtime as a parent image
|
2 |
FROM python:3.11-slim
|
3 |
|
|
|
1 |
+
ENV HF_HOME=/app/hf_cache
|
2 |
+
|
3 |
# Use an official Python runtime as a parent image
|
4 |
FROM python:3.11-slim
|
5 |
|