@@ -8,24 +8,28 @@ Caffe packages are available for several Debian versions, as shown in the
88following chart:
99
1010```
11- Your Distro | CPU_ONLY | CUDA | Alias
11+ Your Distro | CPU_ONLY | CUDA | Codename
1212----------------+------------+--------+-------------------
13- Debian/stable | ✘ | ✘ | Debian Jessie
14- Debian/testing | ✔ | ✔ | Debian Stretch/Sid
15- Debian/unstable | ✔ | ✔ | Debian Sid
13+ Debian/oldstable| ✘ | ✘ | Jessie (8.0)
14+ Debian/stable | ✔ | ✔ | Stretch (9.0)
15+ Debian/testing | ✔ | ✔ | Buster
16+ Debian/unstable | ✔ | ✔ | Buster
1617```
1718
1819* ` ✘ ` You should take a look at [ Ubuntu installation instruction] ( install_apt.html ) .
1920
2021* ` ✔ ` You can install caffe with a single command line following this guide.
2122
22- Last update: 2017-02-01
23+ * [ Package status of CPU-only version] ( https://tracker.debian.org/pkg/caffe )
24+
25+ * [ Package status of CUDA version] ( https://tracker.debian.org/pkg/caffe-contrib )
26+
27+ Last update: 2017-07-08
2328
2429## Binary installation with APT
2530
26- Apart from the installation methods based on source, Debian/unstable
27- and Debian/testing users can install pre-compiled Caffe packages from
28- the official archive.
31+ Apart from the installation methods based on source, Debian users can install
32+ pre-compiled Caffe packages from the official archive with APT.
2933
3034Make sure that your ` /etc/apt/sources.list ` contains ` contrib ` and ` non-free `
3135sections if you want to install the CUDA version, for instance:
@@ -44,7 +48,8 @@ $ caffe # command line interface wo
4448$ python3 -c 'import caffe; print(caffe.__path__)' # python3 interface working
4549```
4650
47- These Caffe packages should work for you out of box.
51+ These Caffe packages should work for you out of box. However, the CUDA version
52+ may break if your NVIDIA driver and CUDA toolkit are not installed with APT.
4853
4954#### Customizing caffe packages
5055
@@ -156,10 +161,3 @@ and hack the packaging scripts, then build your customized package.
156161$ sudo apt install caffe-doc
157162$ dpkg -L caffe-doc
158163```
159-
160- * Where can I find the Debian package status?
161-
162- ```
163- https://tracker.debian.org/pkg/caffe (for the CPU_ONLY version)
164- https://tracker.debian.org/pkg/caffe-contrib (for the CUDA version)
165- ```
0 commit comments