Skip to content

Commit

Permalink
corrected version
Browse files Browse the repository at this point in the history
  • Loading branch information
llaniewski authored Feb 14, 2017
1 parent 7dacf90 commit 4f3cf22
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions workshop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ export DEBIAN_FRONTEND=noninteractive

mkdir -p cuda_inst
cd cuda_inst
wget http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/c

wget http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/cuda-repo-ubuntu1604_8.0.44-1_amd64.deb
dpkg -i cuda-repo-ubuntu1604_8.0.44-1_amd64.deb
apt-get update
apt-get install -y cuda nvidia-cuda-toolkit

apt-get install -y python-dev python-numpy python-sympy

wget https://raw.githubusercontent.com/llaniewski/TCLB/RInside/tools/install.sh
bash install.sh rdep
bash install.sh rinside
bash install.sh python-dev

0 comments on commit 4f3cf22

Please sign in to comment.