Sumkh commited on
Commit
a38161f
·
verified ·
1 Parent(s): edd1153

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +1 -0
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