Skip to content

Commit 052c056

Browse files
authored
Update Dockerfile
1 parent 0e0891a commit 052c056

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

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

111+
# UV_USE_IO_URING for apparent race-condition (https://github.com/nodejs/node/issues/48444)
112+
# Check if this is still necessary when updating the base image.
111113
ENV PATH="/opt/conda/envs/fmriprep/bin:$PATH" \
112-
UV_USE_IO_URING=0 # Apparent race-condition (https://github.com/nodejs/node/issues/48444)
114+
UV_USE_IO_URING=0
113115
RUN npm install -g svgo@^3.0.4 bids-validator@^1.13.1 && \
114116
rm -r ~/.npm
115117

0 commit comments

Comments
 (0)