Spaces:
Running
Running
Commit
·
6cbb33d
1
Parent(s):
90c9417
Update src/import-git.sh
Browse files- src/import-git.sh +1 -1
src/import-git.sh
CHANGED
@@ -13,4 +13,4 @@ git -C dataset sparse-checkout set --no-cone '/data/*.txt'
|
|
13 |
git -C dataset checkout main
|
14 |
|
15 |
python3 -m textdir2sql.loading dataset/data INE.db \
|
16 |
-
--image-host="${IMAGE_HOST}"
|
|
|
13 |
git -C dataset checkout main
|
14 |
|
15 |
python3 -m textdir2sql.loading dataset/data INE.db \
|
16 |
+
--image-host="${IMAGE_HOST} --explicit"
|