Skip to content

Commit 0e0891a

Browse files
authored
Update Dockerfile
1 parent 1765ded commit 0e0891a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ WORKDIR /tmp
108108
RUN micromamba create -y -f /tmp/env.yml && \
109109
micromamba clean -y -a
110110

111-
ENV PATH="/opt/conda/envs/fmriprep/bin:$PATH"
111+
ENV PATH="/opt/conda/envs/fmriprep/bin:$PATH" \
112+
UV_USE_IO_URING=0 # Apparent race-condition (https://github.com/nodejs/node/issues/48444)
112113
RUN npm install -g svgo@^3.0.4 bids-validator@^1.13.1 && \
113114
rm -r ~/.npm
114115

0 commit comments

Comments
 (0)