Skip to content

Commit

Permalink
Specify odk docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
adbartni committed Oct 12, 2023
1 parent 73d090a commit eefa4f1
Show file tree
Hide file tree
Showing 6 changed files with 229 additions and 229 deletions.
2 changes: 1 addition & 1 deletion seed-via-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

set -e

docker run -v $HOME/.gitconfig:/root/.gitconfig -v $PWD:/work -w /work --rm -ti obolibrary/odkfull /tools/odk.py seed "$@"
docker run -v $HOME/.gitconfig:/root/.gitconfig -v $PWD:/work -w /work --rm -ti obolibrary/odkfull:v1.2.27 /tools/odk.py seed "$@"
2 changes: 1 addition & 1 deletion src/ontology/make_uberon_imports.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ docker run \
-v $PWD/../../:/work \
-w /work/src/ontology \
--rm -ti \
obolibrary/odkfull \
obolibrary/odkfull:v1.2.27 \
bash -c "cp uberon_filtered.owl imports/uberon_import.owl"
Loading

0 comments on commit eefa4f1

Please sign in to comment.