Marlin Lee commited on
Commit
6c602aa
·
1 Parent(s): 7e55e27

Fix snapshot_download symlinks in Docker

Browse files
Files changed (1) hide show
  1. entrypoint.sh +1 -0
entrypoint.sh CHANGED
@@ -15,6 +15,7 @@ snapshot_download(
15
  repo_id=os.environ["HF_DATASET_REPO"],
16
  repo_type="dataset",
17
  local_dir="/app/data",
 
18
  token=os.environ.get("HF_TOKEN"),
19
  )
20
  PYEOF
 
15
  repo_id=os.environ["HF_DATASET_REPO"],
16
  repo_type="dataset",
17
  local_dir="/app/data",
18
+ local_dir_use_symlinks=False,
19
  token=os.environ.get("HF_TOKEN"),
20
  )
21
  PYEOF