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

dockerfile uses pypi release #16

Open
Remi-Gau opened this issue Jan 7, 2023 · 0 comments
Open

dockerfile uses pypi release #16

Remi-Gau opened this issue Jan 7, 2023 · 0 comments

Comments

@Remi-Gau
Copy link
Contributor

Remi-Gau commented Jan 7, 2023

I am fixing the circle CI workflows of a lot of bids apps and having a quick look at the one of rsHRF.

Ideally we want the unit test to run regularly (with every push or merge to master) and not just on release.

Also we want to test the docker build regularly and possibly push an "unstable" image to docker hub that corresponds to the HEAD of the master branch.

Currently the dockerfile is set to install rsHRF from pypi which means that even if we make changes on the master branch the "unstable" docker image will be lagging behind.

One possible solution is to modify the dockerfile to copy the rsHRF code in it and install the package there.

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

1 participant