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

ENH: Add development dockerfile for testing local changes to repo. #1299

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

rwblair
Copy link
Contributor

@rwblair rwblair commented May 16, 2024

No description provided.

Comment on lines +60 to +61
New python dependencies can be added in `pyproject.toml` under `dependencies`. Any time a dependency is changed
or added there the docker image will need to be rebuilt using the above `docker build` command.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
New python dependencies can be added in `pyproject.toml` under `dependencies`. Any time a dependency is changed
or added there the docker image will need to be rebuilt using the above `docker build` command.
New Python dependencies can be added in ``pyproject.toml`` under ``dependencies``.
Any time a dependency is changed or added there the docker image will need to be rebuilt
using the above ``docker build`` command.

Development
-----------
A local development build based on the latest docker build of MRIQC can be built with this command run from
the root of this repository:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
the root of this repository:
the root of this repository::


docker build -f Dockerfile_devel -t mriqc_devel .

To test changes the local source code will need to be mounted into the development container:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
To test changes the local source code will need to be mounted into the development container:
To test changes the local source code will need to be mounted into the development container::

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

Successfully merging this pull request may close these issues.

None yet

2 participants