Skip to content

Commit

Permalink
Replace all pennbbl with pennlinc.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Nov 13, 2024
1 parent 8c4e098 commit 65d32ce
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ ARG TAG_SYNB0
ARG FSL_BUILD

# COPY can't handle variables, so here we go
FROM pennbbl/qsiprep-fsl:${TAG_FSL} as build_fsl
FROM pennbbl/qsiprep-freesurfer:${TAG_FREESURFER} as build_freesurfer
FROM pennbbl/qsiprep-ants:${TAG_ANTS} as build_ants
FROM pennbbl/qsiprep-mrtrix3:${TAG_MRTRIX3} as build_mrtrix3
FROM pennbbl/qsiprep-3tissue:${TAG_3TISSUE} as build_3tissue
FROM pennbbl/qsiprep-dsistudio:${TAG_DSISTUDIO} as build_dsistudio
FROM pennbbl/qsiprep-micromamba:${TAG_MICROMAMBA} as build_micromamba
FROM pennbbl/qsiprep-afni:${TAG_AFNI} as build_afni
FROM pennbbl/qsiprep-drbuddi:${TAG_TORTOISE} as build_tortoise
FROM pennbbl/qsiprep-drbuddicuda:${TAG_TORTOISE} as build_tortoisecuda
FROM pennbbl/qsiprep-synb0:${TAG_SYNB0} as build_synb0
FROM pennlinc/qsiprep-fsl:${TAG_FSL} as build_fsl
FROM pennlinc/qsiprep-freesurfer:${TAG_FREESURFER} as build_freesurfer
FROM pennlinc/qsiprep-ants:${TAG_ANTS} as build_ants
FROM pennlinc/qsiprep-mrtrix3:${TAG_MRTRIX3} as build_mrtrix3
FROM pennlinc/qsiprep-3tissue:${TAG_3TISSUE} as build_3tissue
FROM pennlinc/qsiprep-dsistudio:${TAG_DSISTUDIO} as build_dsistudio
FROM pennlinc/qsiprep-micromamba:${TAG_MICROMAMBA} as build_micromamba
FROM pennlinc/qsiprep-afni:${TAG_AFNI} as build_afni
FROM pennlinc/qsiprep-drbuddi:${TAG_TORTOISE} as build_tortoise
FROM pennlinc/qsiprep-drbuddicuda:${TAG_TORTOISE} as build_tortoisecuda
FROM pennlinc/qsiprep-synb0:${TAG_SYNB0} as build_synb0
FROM pennlinc/atlaspack:0.1.0 as atlaspack
FROM nvidia/cuda:11.1.1-runtime-ubuntu18.04 as ubuntu

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_TORTOISE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG TAG_ANTS

FROM pennbbl/qsiprep-ants:${TAG_ANTS} as base
FROM pennlinc/qsiprep-ants:${TAG_ANTS} as base
FROM base as builder
RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_TORTOISEcuda
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG TAG_ANTS

FROM pennbbl/qsiprep-ants:${TAG_ANTS} as base
FROM pennlinc/qsiprep-ants:${TAG_ANTS} as base
FROM base as builder
RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub

Expand Down

0 comments on commit 65d32ce

Please sign in to comment.