We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e0891a commit 052c056Copy full SHA for 052c056
Dockerfile
@@ -108,8 +108,10 @@ WORKDIR /tmp
108
RUN micromamba create -y -f /tmp/env.yml && \
109
micromamba clean -y -a
110
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.
113
ENV PATH="/opt/conda/envs/fmriprep/bin:$PATH" \
- UV_USE_IO_URING=0 # Apparent race-condition (https://github.com/nodejs/node/issues/48444)
114
+ UV_USE_IO_URING=0
115
RUN npm install -g svgo@^3.0.4 bids-validator@^1.13.1 && \
116
rm -r ~/.npm
117
0 commit comments