We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e3600c commit 169cd57Copy full SHA for 169cd57
.travis.yml
@@ -32,8 +32,8 @@ before_install:
32
- sudo add-apt-repository -y ppa:deadsnakes/ppa
33
- sudo apt update
34
- sudo apt install -y python3-pip python3.6
35
- - pip3.6 install -U pip
36
- - pip3.6 install -r requirements.txt
+ - pip3 install -U pip
+ - pip3 install -r requirements.txt
37
- INSTALLER=cuda-repo-${UBUNTU_VERSION}_${CUDA}_amd64.deb
38
- wget http://developer.download.nvidia.com/compute/cuda/repos/${UBUNTU_VERSION}/x86_64/${INSTALLER}
39
- sudo dpkg -i ${INSTALLER}
0 commit comments