Spaces:
Sleeping
Sleeping
Synced repo using 'sync_with_huggingface' Github Action
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
|
@@ -1,8 +1,10 @@
|
|
| 1 |
-
|
| 2 |
|
| 3 |
# Use an official Python runtime as a parent image
|
| 4 |
FROM python:3.11-slim
|
| 5 |
|
|
|
|
|
|
|
| 6 |
# Set the working directory in the container
|
| 7 |
WORKDIR /app
|
| 8 |
|
|
|
|
| 1 |
+
|
| 2 |
|
| 3 |
# Use an official Python runtime as a parent image
|
| 4 |
FROM python:3.11-slim
|
| 5 |
|
| 6 |
+
ENV HF_HOME=/app/hf_cache
|
| 7 |
+
|
| 8 |
# Set the working directory in the container
|
| 9 |
WORKDIR /app
|
| 10 |
|