travis log file limit
This commit is contained in:
parent
dbeb0ba378
commit
01e63eb084
@ -4,13 +4,13 @@ python:
|
||||
# command to install dependencies
|
||||
before_install:
|
||||
- sudo apt-get -qq update
|
||||
- sudo apt-get install -y software-properties-common git
|
||||
- sudo apt-get install -y libopenblas-dev liblapack3 python3-numpy python3-dev swig
|
||||
- sudo apt-get install -yqq software-properties-common git
|
||||
- sudo apt-get install -yqq libopenblas-dev liblapack3 python3-numpy python3-dev swig
|
||||
- sudo ln -s /usr/lib/libopenblas.so /usr/lib/libopenblas.so.3
|
||||
- wget https://developer.nvidia.com/compute/cuda/8.0/Prod2/local_installers/cuda-repo-ubuntu1604-8-0-local-ga2_8.0.61-1_amd64-deb -O /tmp/cuda.deb
|
||||
- sudo dpkg -i /tmp/cuda.deb
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install -y cuda
|
||||
- sudo apt-get -qq update
|
||||
- sudo apt-get install -yqq cuda
|
||||
install:
|
||||
- pip install http://download.pytorch.org/whl/cu80/torch-0.2.0.post3-cp36-cp36m-manylinux1_x86_64.whl
|
||||
- pip install numpy
|
||||
|
Loading…
Reference in New Issue
Block a user