Remove PIP_INDEX_URL pointing at BBP internal Python index from the Dockerfile (otherwise pip install neurots will look for the wrong package in our index instead of PyPI!)
Introduce requirements-extra.txt to cover the requirements of extras_require.
How to test?
Running docker build should now succeed.
Running pip install .[dev,test] inside the container should install morphoclass and confirm that all dependencies are already there.
Checklist
[x] This PR refers to an issue from the issue tracker.
(if it is not the case, please create an issue first).
[x] setup.cfg, requirements.txt, and constraints.txt updated with new dependencies.
(if needed)
Fixes NVIDIA/nvidia-docker#63
Description
public key is not available: NO_PUBKEY
bug by using the workaround suggested in https://github.com/NVIDIA/nvidia-container-toolkit/issues/257PIP_INDEX_URL
pointing at BBP internal Python index from theDockerfile
(otherwisepip install neurots
will look for the wrong package in our index instead of PyPI!)requirements-extra.txt
to cover the requirements ofextras_require
.How to test?
docker build
should now succeed.pip install .[dev,test]
inside the container should installmorphoclass
and confirm that all dependencies are already there.Checklist
setup.cfg
,requirements.txt
, andconstraints.txt
updated with new dependencies. (if needed)