Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #56
Browse files Browse the repository at this point in the history
Fix git requirement invocation and update WBI
  • Loading branch information
dpriskorn authored Apr 11, 2022
2 parents e72d8ef + 12dea7d commit 5248a8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion create_kubernettes_job_and_watch_the_log.sh
Original file line number Diff line number Diff line change
@@ -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*
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SPARQLWrapper~=1.8.5
black
console-menu
git+git://github.com/LeMyst/[email protected].0.dev5#egg=wikibaseintegrator
git+https://github.com/LeMyst/[email protected].0rc3#egg=wikibaseintegrator
pydantic~=1.8.2
rich~=10.9.0
pandas~=1.3.2

0 comments on commit 5248a8b

Please sign in to comment.