Skip to content

Commit

Permalink
QSMxT: Update GUI version
Browse files Browse the repository at this point in the history
  • Loading branch information
astewartau committed Aug 6, 2024
1 parent ed85b7b commit 2d1dd47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/qsmxt/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ neurodocker generate ${neurodocker_buildMode} \
--env JULIA_DEPOT_PATH="/opt/julia_depot" \
--run="julia install_packages.jl" \
--env JULIA_DEPOT_PATH="~/.julia:/opt/julia_depot" \
--run="git clone --depth 1 --branch v0.5 https://github.com/astewartau/QSMxT-UI-2 QSMxT-UI" \
--run="git clone --depth 1 --branch v0.51 https://github.com/astewartau/QSMxT-UI-2 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 \
Expand Down

0 comments on commit 2d1dd47

Please sign in to comment.