Skip to content

Commit

Permalink
Merge pull request #642 from NeuroDesk/felenitaribeiro-patch-1
Browse files Browse the repository at this point in the history
Update build.sh
  • Loading branch information
felenitaribeiro authored Apr 3, 2024
2 parents 34d6e8e + a6b879a commit e0f4051
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions recipes/vesselboost/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,16 @@ neurodocker generate ${neurodocker_buildMode} \
--env DEBIAN_FRONTEND=noninteractive \
--install git vim \
--workdir=/opt \
--run='git clone https://github.com/KMarshallX/vessel_code.git && \
cd vessel_code && \
--run='git clone https://github.com/KMarshallX/VesselBoost.git && \
cd VesselBoost && \
git checkout 017212cf6257e903220cf665f84d19b7e498657d' \
--workdir='/opt/vessel_code/' \
--workdir='/opt/VesselBoost/' \
--run='pip install -r requirements.txt ' \
--workdir='/opt/vessel_code/saved_models' \
--workdir='/opt/VesselBoost/saved_models' \
--run='osf -p abk4p fetch osfstorage/pretrained_models/manual_ep1000_1029' \
--run='osf -p abk4p fetch osfstorage/pretrained_models/om1_ep1000_1029' \
--run='osf -p abk4p fetch osfstorage/pretrained_models/om2_ep1000_1029' \
--env DEPLOY_PATH=/opt/VesselBoost/ \
--copy README.md /README.md \
> ${toolName}_${toolVersion}.Dockerfile

Expand Down

0 comments on commit e0f4051

Please sign in to comment.