"...resnet50_tensorflow.git" did not exist on "ddaca60a2c5e13177ec0ff13eea719cae6cb6ba2"
Commit 4e80de72 authored by rusty1s's avatar rusty1s
Browse files

prop envs

parent a9f38640
#!/bin/bash #!/bin/bash
if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "${FORCE_CUDA}" != "1" ]; then if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "${FORCE_CUDA}" != "1" ]; then
echo "DRIN"
INSTALLER=cuda-repo-${UBUNTU_VERSION}_${CUDA}_amd64.deb INSTALLER=cuda-repo-${UBUNTU_VERSION}_${CUDA}_amd64.deb
wget "http://developer.download.nvidia.com/compute/cuda/repos/${UBUNTU_VERSION}/x86_64/${INSTALLER}" wget "http://developer.download.nvidia.com/compute/cuda/repos/${UBUNTU_VERSION}/x86_64/${INSTALLER}"
sudo dpkg -i "${INSTALLER}" sudo dpkg -i "${INSTALLER}"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment