Spaces:
Sleeping
Sleeping
Update start.sh
Browse files
start.sh
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
#!/bin/bash
|
| 2 |
# Set a writable cache directory for Hugging Face Hub
|
| 3 |
export HF_HOME=/app/.cache
|
|
|
|
| 4 |
mkdir -p /app/.cache
|
| 5 |
|
| 6 |
# Optionally set a USER_AGENT to identify your requests
|
|
|
|
| 1 |
#!/bin/bash
|
| 2 |
# Set a writable cache directory for Hugging Face Hub
|
| 3 |
export HF_HOME=/app/.cache
|
| 4 |
+
export XDG_CONFIG_HOME=/app/.config
|
| 5 |
mkdir -p /app/.cache
|
| 6 |
|
| 7 |
# Optionally set a USER_AGENT to identify your requests
|