Skip to content

Commit

Permalink
Switch to new validator (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo authored Nov 25, 2024
1 parent ebb44ab commit 9ef4b1c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,15 @@ RUN micromamba create -y -f /tmp/env.yml && \
# Check if this is still necessary when updating the base image.
ENV PATH="/opt/conda/envs/aslprep/bin:$PATH" \
UV_USE_IO_URING=0
RUN npm install -g svgo@^3.2.0 bids-validator@^1.14.0 && \
RUN npm install -g svgo@^3.2.0 && \
rm -r ~/.npm

# Install deno + bids-validator
RUN curl -fsSL https://deno.land/install.sh | sh && \
export DENO_INSTALL="/root/.deno" && \
export PATH="$DENO_INSTALL/bin:$PATH" && \
deno install -Agf -n bids-validator jsr:@bids/[email protected]

#
# Main stage
#
Expand Down

0 comments on commit 9ef4b1c

Please sign in to comment.