diff --git a/create_kubernettes_job_and_watch_the_log.sh b/create_kubernettes_job_and_watch_the_log.sh index 4c417c7..6d20e47 100644 --- a/create_kubernettes_job_and_watch_the_log.sh +++ b/create_kubernettes_job_and_watch_the_log.sh @@ -1,4 +1,4 @@ # Usage: chmod +x this script and run like this "./create_kubernettes_job_and_watch_the_log.sh 1" # Increment the job number yourself each time -toolforge-jobs run job$1 --image tf-python39 --command "~/setup.sh && python3 ~/itemsubjector/itemsubjector.py -r" +toolforge-jobs run job$1 --image tf-python39 --command "/bin/sh -c -- '~/setup.sh && python3 ~/itemsubjector/itemsubjector.py -r'" watch tail ~/job$1* diff --git a/requirements.txt b/requirements.txt index 9f38725..1fdd281 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ SPARQLWrapper~=1.8.5 black console-menu -git+git://github.com/LeMyst/WikibaseIntegrator@v0.12.0.dev5#egg=wikibaseintegrator +git+https://github.com/LeMyst/WikibaseIntegrator@v0.12.0rc3#egg=wikibaseintegrator pydantic~=1.8.2 rich~=10.9.0 pandas~=1.3.2 \ No newline at end of file