Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

Commit

Permalink
Support new Docker package names
Browse files Browse the repository at this point in the history
RPM packages do not support multiple options for one dependency, and
the new packages don't have a "Provides: docker-engine", so our only
option was to remove the dependency on Docker.
  • Loading branch information
flx42 committed Mar 2, 2017
1 parent 16a7d7d commit 16fd00a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/deb/control
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Vcs-Browser: https://github.com/NVIDIA/nvidia-docker

Package: #PACKAGE#
Architecture: #ARCHITECTURE#
Depends: ${misc:Depends}, ${shlibs:Depends}, adduser, docker-engine (>= 1.9.0), libcap2-bin
Depends: ${misc:Depends}, ${shlibs:Depends}, adduser, docker-engine (>= 1.9.0) | docker-ce | docker-ee, libcap2-bin
Description: NVIDIA Docker container tools
NVIDIA Docker provides utilities to extend the Docker CLI allowing users
to build and run GPU applications as lightweight containers.
2 changes: 1 addition & 1 deletion build/rpm/SPECS/nvidia-docker.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Source2: LICENSE

%{?systemd_requires}
BuildRequires: systemd
Requires: docker-engine, libcap
Requires: libcap

%define nvidia_docker_user %{name}
%define nvidia_docker_driver %{name}
Expand Down

0 comments on commit 16fd00a

Please sign in to comment.