Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies authored Nov 20, 2023
1 parent 1765ded commit 0e0891a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ WORKDIR /tmp
RUN micromamba create -y -f /tmp/env.yml && \
micromamba clean -y -a

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

Expand Down

0 comments on commit 0e0891a

Please sign in to comment.