@@ -8,24 +8,28 @@ Caffe packages are available for several Debian versions, as shown in the
8
8
following chart:
9
9
10
10
```
11
- Your Distro | CPU_ONLY | CUDA | Alias
11
+ Your Distro | CPU_ONLY | CUDA | Codename
12
12
----------------+------------+--------+-------------------
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
16
17
```
17
18
18
19
* ` ✘ ` You should take a look at [ Ubuntu installation instruction] ( install_apt.html ) .
19
20
20
21
* ` ✔ ` You can install caffe with a single command line following this guide.
21
22
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
23
28
24
29
## Binary installation with APT
25
30
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.
29
33
30
34
Make sure that your ` /etc/apt/sources.list ` contains ` contrib ` and ` non-free `
31
35
sections if you want to install the CUDA version, for instance:
@@ -44,7 +48,8 @@ $ caffe # command line interface wo
44
48
$ python3 -c 'import caffe; print(caffe.__path__)' # python3 interface working
45
49
```
46
50
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.
48
53
49
54
#### Customizing caffe packages
50
55
@@ -156,10 +161,3 @@ and hack the packaging scripts, then build your customized package.
156
161
$ sudo apt install caffe-doc
157
162
$ dpkg -L caffe-doc
158
163
```
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