File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -260,12 +260,12 @@ RUN useradd -m -s /bin/bash -G users nibabies
260
260
WORKDIR /home/nibabies
261
261
ENV HOME="/home/nibabies"
262
262
263
- COPY --from=nipreps/miniconda@sha256:ebbff214e6c9dc50ccc6fdbe679df1ffcbceaa45b47a75d6e34e8a064ef178da /opt/conda /opt/conda
263
+ # py39_0525.0
264
+ COPY --from=nipreps/miniconda@sha256:40fffd37963502dcd8549773559fc21182f52460e59e0ad6398a84faf6055641 /opt/conda /opt/conda
264
265
265
- # Installing and setting up miniconda
266
- RUN curl -sSLO https://repo.continuum.io/miniconda/Miniconda3-py38_4.9.2-Linux-x86_64.sh && \
267
- bash Miniconda3-py38_4.9.2-Linux-x86_64.sh -b -p /usr/local/miniconda && \
268
- rm Miniconda3-py38_4.9.2-Linux-x86_64.sh
266
+ RUN ln -s /opt/conda/etc/profile.d/conda.sh /etc/profile.d/conda.sh && \
267
+ echo ". /opt/conda/etc/profile.d/conda.sh" >> ~/.bashrc && \
268
+ echo "conda activate base" >> ~/.bashrc
269
269
270
270
# Set CPATH for packages relying on compiled libs (e.g. indexed_gzip)
271
271
ENV PATH="/opt/conda/bin:$PATH" \
Original file line number Diff line number Diff line change 26
26
MISSING = """
27
27
Image '{}' is missing
28
28
Would you like to download? [Y/n] """
29
- PKG_PATH = "/opt/conda/lib/python3.8 /site-packages"
29
+ PKG_PATH = "/opt/conda/lib/python3.9 /site-packages"
30
30
TF_TEMPLATES = (
31
31
"MNI152Lin" ,
32
32
"MNI152NLin2009cAsym" ,
You can’t perform that action at this time.
0 commit comments