From b0ad528b43c39db201070b3ee7f5a46ba3947db0 Mon Sep 17 00:00:00 2001 From: bpinsard Date: Fri, 9 Feb 2024 21:16:26 -0500 Subject: [PATCH] use unf_prod branch, todo: fix --- docker/heudiconv/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/heudiconv/Dockerfile b/docker/heudiconv/Dockerfile index eec3a38..7d0c2f3 100644 --- a/docker/heudiconv/Dockerfile +++ b/docker/heudiconv/Dockerfile @@ -11,4 +11,4 @@ RUN curl -O -L https://gitlab.com/gitlab-org/cli/-/releases/v${GLAB_VERSION}/dow RUN ln -s /usr/bin/7zz /usr/bin/7z RUN pip install --no-cache-dir frozendict bids datalad -RUN pip install --no-cache-dir git+https://github.com/UNFmontreal/heudiconv@enh-custom-seqinfo +RUN pip install --no-cache-dir git+https://github.com/UNFmontreal/heudiconv@unf_prod