Skip to content

Commit

Permalink
Merge pull request fastai#97 from apendleton/patch-1
Browse files Browse the repository at this point in the history
Update still-broken setup scripts to use files.fast.ai
  • Loading branch information
jph00 authored May 12, 2017
2 parents 1cffdc6 + 2ae2474 commit 4a47e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/install-gpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ echo '{
}' > ~/.keras/keras.json

# install cudnn libraries
wget "http://platform.ai/files/cudnn.tgz" -O "cudnn.tgz"
wget "http://files.fast.ai/files/cudnn.tgz" -O "cudnn.tgz"
tar -zxf cudnn.tgz
cd cuda
sudo cp lib64/* /usr/local/cuda/lib64/
Expand Down

0 comments on commit 4a47e4a

Please sign in to comment.