Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wyli committed Oct 9, 2019
1 parent 91b669f commit 8b30091
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -531,10 +531,6 @@ pip-camera-ready:
script:
# Copy wheel created in previous stage to a specific location on GIFT-Adelie
- export niftynet_dir=$(pwd)
# install TF
- pip install tensorflow-gpu==1.13.2
- pip install -r requirements-gpu.txt

# create the NiftyNet wheel
- rm -rf dist # remove dist directory, just in case
- sh ci/bundlewheel.sh
Expand All @@ -550,6 +546,9 @@ pip-camera-ready:
- export check_version_venv=check_version_venv
- virtualenv $check_version_venv
- source $check_version_venv/bin/activate
# install TF
- pip install tensorflow-gpu==1.13.2
- pip install -r requirements-gpu.txt
- pip install $niftynet_wheel
- net_segment --version 2>&1 | grep -E 'NiftyNet.*version.*[0-9]+\.[0-9]+\.[0-9]+' | grep -v +
- python -c 'import niftynet; print(niftynet.__version__)' | grep -E 'NiftyNet.*version.*[0-9]+\.[0-9]+\.[0-9]+' | grep -v +
Expand Down

0 comments on commit 8b30091

Please sign in to comment.