z90486091 commited on
Commit
a94a91b
·
verified ·
1 Parent(s): 90824bd

Update hf_entrypoint.sh

Browse files
Files changed (1) hide show
  1. hf_entrypoint.sh +2 -6
hf_entrypoint.sh CHANGED
@@ -1,7 +1,3 @@
1
  #!/bin/sh
2
- # Start db_syncer in background
3
- if [ -n "$HF_TOKEN" ] && [ -n "$HF_REPO_ID" ]; then
4
- python3 /usr/local/bin/db_syncer.py &
5
- fi
6
- # Hand off to original baked entrypoint
7
- exec /usr/local/bin/sqlite_entrypoint.sh "$@"
 
1
  #!/bin/sh
2
+ python3 /usr/local/bin/db_syncer.py &
3
+ exec /app/docker/sqlite_entrypoint.sh