File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ ENV PATH="/opt/afni-latest:$PATH" \
203
203
RUN useradd -m -s /bin/bash -G users petprep
204
204
WORKDIR /home/petprep
205
205
ENV HOME="/home/petprep" \
206
- LD_LIBRARY_PATH="/usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH"
206
+ LD_LIBRARY_PATH="/usr/lib/x86_64-linux-gnu:${ LD_LIBRARY_PATH:-} "
207
207
208
208
COPY --from=micromamba /bin/micromamba /bin/micromamba
209
209
COPY --from=micromamba /opt/conda/envs/petprep /opt/conda/envs/petprep
@@ -212,7 +212,7 @@ ENV MAMBA_ROOT_PREFIX="/opt/conda"
212
212
RUN micromamba shell init -s bash && \
213
213
echo "micromamba activate petprep" >> $HOME/.bashrc
214
214
ENV PATH="/opt/conda/envs/petprep/bin:$PATH" \
215
- CPATH="/opt/conda/envs/petprep/include:$CPATH" \
215
+ CPATH="/opt/conda/envs/petprep/include:${ CPATH:-} " \
216
216
LD_LIBRARY_PATH="/opt/conda/envs/petprep/lib:$LD_LIBRARY_PATH"
217
217
218
218
# Precaching atlases
You can’t perform that action at this time.
0 commit comments