pliers: docker image build failed locally

the check for being properly installed seems to fail

...
Step 7/8 : RUN python -m pliers.support.download
 ---> Running in 32a7381f92dd
/usr/local/bin/python: Error while finding module specification for 'pliers.support.download' (ModuleNotFoundError: No module named 'pliers.support')
The command '/bin/sh -c python -m pliers.support.download' returned a non-zero code: 1
$> git describe
0.2.3-174-g38e54d9

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 18 (13 by maintainers)

Most upvoted comments

well, it is not about who owns (copy is owned by root) but rather who can read after you become another user (pliers) 😉 chmod worked for me, doing the final test build, will submit a PR

Running docker build --file docker/Dockerfile . from the top-level directory worked for me. Alternatively you could run this from the docker directory: docker build ...