Commit b8880424 authored by Karl Leswing's avatar Karl Leswing Committed by GitHub
Browse files

Update Readme.md

parent d4e16947
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -33,10 +33,12 @@ sudo dpkg -i libcudnn5-dev_5.1.5-1+cuda8.0_amd64.deb
```

#### Install Jenkins
``` bash
wget -q -O - https://pkg.jenkins.io/debian/jenkins-ci.org.key | sudo apt-key add -
sudo sh -c 'echo deb http://pkg.jenkins.io/debian-stable binary/ > /etc/apt/sources.list.d/jenkins.list'
sudo apt-get update
sudo apt-get install jenkins
``` bash

#### Install Conda For the Jenkins User
``` bash