We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5658b4f commit 709d2ecCopy full SHA for 709d2ec
.github/workflows/release.yml
@@ -58,6 +58,8 @@ jobs:
58
run: |
59
pip install -r requirements.txt
60
pip install .
61
+ pip install git+https://github.com/ReproNim/neurodocker.git@main
62
+
63
- name: Login to Docker registry
64
uses: docker/login-action@v2
65
with:
0 commit comments