Skip to content

Commit

Permalink
QSMxT: Remove UI code due to compile file
Browse files Browse the repository at this point in the history
  • Loading branch information
astewartau committed Mar 15, 2024
1 parent 9be2174 commit fb3c21c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions recipes/qsmxt/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,6 @@ neurodocker generate ${neurodocker_buildMode} \
--env JULIA_DEPOT_PATH="/opt/julia_depot" \
--run="julia install_packages.jl" \
--env JULIA_DEPOT_PATH="~/.julia:/opt/julia_depot" \
--workdir="/opt" \
--run="git clone --depth 1 --branch v0.93 https://github.com/QSMxT/QSMxT-UI" \
--run="wget https://nodejs.org/dist/v14.17.0/node-v14.17.0-linux-x64.tar.xz \
&& tar xf node-v14.17.0-linux-x64.tar.xz \
&& rm node-v14.17.0-linux-x64.tar.xz" \
--env PATH="\${PATH}:/opt/node-v14.17.0-linux-x64/bin" \
--run="cd QSMxT-UI/frontend/ && npm install && CI=false npm run build" \
--run="cd QSMxT-UI/api/ && npm install --unsafe-perm && npm i -g ts-node" \
--env DEPLOY_PATH="/opt/ants-2.3.4/:/opt/FastSurfer" \
--env DEPLOY_BINS="nipypecli:bet:dcm2niix:Bru2:Bru2Nii:tgv_qsm:julia:python3:python:pytest:predict_all.py:qsmxt:dicom-sort:dicom-convert:nifti-convert" \
--env LC_ALL="C.UTF-8" \
Expand Down

0 comments on commit fb3c21c

Please sign in to comment.