Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -6,6 +6,7 @@ ENV DATA_DIR /data/dataground
|
|
| 6 |
# Configure HF cache to the persisted volume
|
| 7 |
ENV HF_HOME /data/hf_cache
|
| 8 |
|
|
|
|
| 9 |
# Available environment variables
|
| 10 |
#
|
| 11 |
# Uncomment the next line if you want to change the default timeout when requesting inference client (Default: 90 seconds)
|
|
|
|
| 6 |
# Configure HF cache to the persisted volume
|
| 7 |
ENV HF_HOME /data/hf_cache
|
| 8 |
|
| 9 |
+
|
| 10 |
# Available environment variables
|
| 11 |
#
|
| 12 |
# Uncomment the next line if you want to change the default timeout when requesting inference client (Default: 90 seconds)
|