Skip to content

Commit

Permalink
revert bids-validator version (need node 18)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Levitas committed Nov 29, 2023
1 parent 196000f commit 9ad2af4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions handler/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ ENV DEBIAN_FRONTEND noninteractive
RUN apt update && \
apt-get update && apt-get upgrade -y

# RUN apt install -y parallel python3 python3-pip tree curl unzip git jq python libgl-dev python-numpy
RUN apt install -y parallel python3 python3-pip tree curl unzip git jq python libgl-dev python-numpy

RUN pip3 install numpy==1.23.0 nibabel==4.0.0 pandas==1.0.1 matplotlib pyyaml==5.4.1 pydicom==2.3.1 natsort pydeface && \
Expand Down Expand Up @@ -80,7 +79,7 @@ ENV NODE_PATH $NVM_DIR/v$NODE_VERSION/lib/node_modules
ENV PATH $NVM_DIR/v$NODE_VERSION/bin:$PATH

#install bids-validator
RUN npm install -g bids-validator@1.13.1
RUN npm install -g bids-validator@1.11.0
RUN git clone https://github.com/bids-standard/bids-validator

# install source code from local
Expand Down

0 comments on commit 9ad2af4

Please sign in to comment.