-
Build Tools: Install
cmake
,make
,m4
,wget
andgawk
if they are not available on your system. -
Docker Engine:
- Install docker engine. Minimum version required:
17.05
. Make sure you setup docker to run as a regular user. - Intall Nvidia Docker.
- Setup docker proxy as follows if you are behind a firewall:
- Install docker engine. Minimum version required:
sudo mkdir -p /etc/systemd/system/docker.service.d
printf "[Service]\nEnvironment=\"HTTPS_PROXY=$https_proxy\" \"NO_PROXY=$no_proxy\"\n" | sudo tee /etc/systemd/system/docker.service.d/proxy.conf
sudo systemctl daemon-reload
sudo systemctl restart docker
Use the following commands to build the DeepStream sample.