Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get docker container from kernsuite in make? #9

Open
tammojan opened this issue Jan 8, 2018 · 3 comments
Open

Get docker container from kernsuite in make? #9

tammojan opened this issue Jan 8, 2018 · 3 comments

Comments

@tammojan
Copy link
Contributor

tammojan commented Jan 8, 2018

make run does not automatically pull the docker container kernsuite/prefactor. Should it?

@mr-c
Copy link
Member

mr-c commented Jan 8, 2018

The CWL runner will pull it down as needed; did that not happen for you?

@tammojan
Copy link
Contributor Author

tammojan commented Jan 8, 2018

It did not:

(school2017) ➜  prefactor-cwl git:(master) make
mkdir -p /Users/dijkema/opt/prefactor-cwl/runs/run_2018-01-08-10-41-49
.virtualenv/bin/cwltool \
		--leave-tmpdir \
		--cachedir cache \
		--outdir /Users/dijkema/opt/prefactor-cwl/runs/run_2018-01-08-10-41-49/results \
		prefactor.cwl \
		jobs/job_2sb.yaml > >(tee /Users/dijkema/opt/prefactor-cwl/runs/run_2018-01-08-10-41-49/output) 2> >(tee /Users/dijkema/opt/prefactor-cwl/runs/run_2018-01-08-10-41-49/log >&2)
.virtualenv/bin/cwltool 1.0.20171227212058
Resolved 'prefactor.cwl' to 'file:///Users/dijkema/opt/prefactor-cwl/prefactor.cwl'
prefactor.cwl:1:1: unrecognized extension field `http://schema.org/license`.  Did you include a $schemas section?
prefactor.cwl:1:1: unrecognized extension field `http://schema.org/author`.  Did you include a $schemas section?
No handlers could be found for logger "rdflib.term"
[workflow prefactor.cwl] start
[step ndppp_prep_cal] start
[job ndppp_prep_cal] Output of job will be cached in /Users/dijkema/opt/prefactor-cwl/cache/7b562cc0052ac22467f68a769dc4e2c5
Workflow error, try again with --debug for more information:
Docker is not available for this tool, try --no-container to disable Docker, or install a user space Docker replacement like uDocker with --user-space-docker-cmd.: Docker image kernsuite/prefactor not found
make: *** [run] Error 1

@mr-c
Copy link
Member

mr-c commented Jan 8, 2018

Ah, this repo is doing dockerImageId: kernsuite/prefactor instead of dockerPull: kernsuite/prefactor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants