modster of PpL-JeRkY
12/28/2018 - 3:51 PM

Can-i-force-pip-to-reinstall-the-current-version?

I had to laugh out loud when I saw this cheeky comment in a Jenkinsfile

conda list
export CUDA_VISIBLE_DEVICES=${VISIBLE_GPU}
make clean
# from https://stackoverflow.com/questions/19548957/can-i-force-pip-to-reinstall-the-current-version
pip install --upgrade --force-reinstall .
env
export LD_LIBRARY_PATH=/usr/local/cuda-9.0/lib64
export MPLBACKEND=Agg
nosetests --with-timer --timer-ok 5 --timer-warning 20 -x --with-coverage --cover-package gluoncv -v tests/unittests