stillerman HF Staff commited on
Commit
e0d04bb
·
1 Parent(s): 1e310b7

fixed link

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -53,7 +53,7 @@ RUN --mount=type=secret,id=HF_TOKEN,mode=0444,required=true \
53
  curl https://huggingface.co/api/whoami-v2 -H "Authorization: Bearer $(cat /run/secrets/HF_TOKEN)"
54
 
55
  RUN --mount=type=secret,id=HF_TOKEN,mode=0444,required=true \
56
- curl -L https://huggingface.co/datasets/HuggingFaceTB/simplewiki-pruned-text-350k/blob/main/wikihop.db -H "Authorization: Bearer $(cat /run/secrets/HF_TOKEN)" -o wikihop.db
57
 
58
  ENV WIKISPEEDIA_DB_PATH=/home/user/app/wikihop.db
59
 
 
53
  curl https://huggingface.co/api/whoami-v2 -H "Authorization: Bearer $(cat /run/secrets/HF_TOKEN)"
54
 
55
  RUN --mount=type=secret,id=HF_TOKEN,mode=0444,required=true \
56
+ curl -L https://huggingface.co/datasets/HuggingFaceTB/simplewiki-pruned-text-350k/resolve/main/wikihop.db -H "Authorization: Bearer $(cat /run/secrets/HF_TOKEN)" -o wikihop.db
57
 
58
  ENV WIKISPEEDIA_DB_PATH=/home/user/app/wikihop.db
59