mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-22 16:29:18 +00:00
aa3784d185
Signed-off-by: Evan Lezar <elezar@nvidia.com>
179 lines
7.6 KiB
RPMSpec
179 lines
7.6 KiB
RPMSpec
Name: nvidia-container-toolkit
|
|
Version: %{version}
|
|
Release: %{release}
|
|
Group: Development Tools
|
|
|
|
Vendor: NVIDIA CORPORATION
|
|
Packager: NVIDIA CORPORATION <cudatools@nvidia.com>
|
|
|
|
Summary: NVIDIA container runtime hook
|
|
URL: https://github.com/NVIDIA/nvidia-container-runtime
|
|
License: Apache-2.0
|
|
|
|
Source0: nvidia-container-toolkit
|
|
Source1: nvidia-container-runtime
|
|
Source2: config.toml
|
|
Source3: oci-nvidia-hook
|
|
Source4: oci-nvidia-hook.json
|
|
Source5: LICENSE
|
|
|
|
Obsoletes: nvidia-container-runtime <= 3.5.0-1, nvidia-container-runtime-hook
|
|
Provides: nvidia-container-runtime
|
|
Provides: nvidia-container-runtime-hook
|
|
Requires: libnvidia-container-tools >= %{libnvidia_container_version}, libnvidia-container-tools < 2.0.0
|
|
|
|
%if 0%{?suse_version}
|
|
Requires: libseccomp2
|
|
Requires: libapparmor1
|
|
%else
|
|
Requires: libseccomp
|
|
%endif
|
|
|
|
%description
|
|
Provides a OCI hook to enable GPU support in containers.
|
|
|
|
%prep
|
|
cp %{SOURCE0} %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} .
|
|
|
|
%install
|
|
mkdir -p %{buildroot}%{_bindir}
|
|
install -m 755 -t %{buildroot}%{_bindir} nvidia-container-toolkit
|
|
install -m 755 -t %{buildroot}%{_bindir} nvidia-container-runtime
|
|
|
|
mkdir -p %{buildroot}/etc/nvidia-container-runtime
|
|
install -m 644 -t %{buildroot}/etc/nvidia-container-runtime config.toml
|
|
|
|
mkdir -p %{buildroot}/usr/libexec/oci/hooks.d
|
|
install -m 755 -t %{buildroot}/usr/libexec/oci/hooks.d oci-nvidia-hook
|
|
|
|
mkdir -p %{buildroot}/usr/share/containers/oci/hooks.d
|
|
install -m 644 -t %{buildroot}/usr/share/containers/oci/hooks.d oci-nvidia-hook.json
|
|
|
|
%posttrans
|
|
ln -sf %{_bindir}/nvidia-container-toolkit %{_bindir}/nvidia-container-runtime-hook
|
|
|
|
%postun
|
|
rm -f %{_bindir}/nvidia-container-runtime-hook
|
|
|
|
%files
|
|
%license LICENSE
|
|
%{_bindir}/nvidia-container-toolkit
|
|
%{_bindir}/nvidia-container-runtime
|
|
%config /etc/nvidia-container-runtime/config.toml
|
|
/usr/libexec/oci/hooks.d/oci-nvidia-hook
|
|
/usr/share/containers/oci/hooks.d/oci-nvidia-hook.json
|
|
|
|
%changelog
|
|
* Fri Feb 18 2022 NVIDIA CORPORATION <cudatools@nvidia.com> 1.9.0-0.1.rc.1
|
|
- [libnvidia-container] Add additional check for Tegra in /sys/.../family file in CLI
|
|
- [libnvidia-container] Update jetpack-specific CLI option to only load Base CSV files by default
|
|
- [libnvidia-container] Fix bug (from 1.8.0) when mounting GSP firmware into containers without /lib to /usr/lib symlinks
|
|
- [libnvidia-container] Update nvml.h to CUDA 11.6.1 nvML_DEV 11.6.55
|
|
- [libnvidia-container] Update switch statement to include new brands from latest nvml.h
|
|
- [libnvidia-container] Process all --require flags on Jetson platforms
|
|
- [libnvidia-container] Fix long-standing issue with running ldconfig on Debian systems
|
|
|
|
* Mon Feb 14 2022 NVIDIA CORPORATION <cudatools@nvidia.com> 1.8.1-1
|
|
- [libnvidia-container] Fix bug in determining cgroup root when running in nested containers
|
|
- [libnvidia-container] Fix permission issue when determining cgroup version
|
|
|
|
* Fri Feb 04 2022 NVIDIA CORPORATION <cudatools@nvidia.com> 1.8.0-1
|
|
- Promote 1.8.0-0.1.rc.2 to 1.8.0-1
|
|
|
|
* Thu Jan 20 2022 NVIDIA CORPORATION <cudatools@nvidia.com> 1.8.0-0.1.rc.2
|
|
- Remove support for building amazonlinux1 packages
|
|
|
|
* Wed Dec 08 2021 NVIDIA CORPORATION <cudatools@nvidia.com> 1.8.0-0.1.rc.1
|
|
- [libnvidia-container] Add support for cgroupv2
|
|
- Release toolkit-container images from nvidia-container-toolkit repository
|
|
|
|
* Tue Nov 30 2021 NVIDIA CORPORATION <cudatools@nvidia.com> 1.7.0-1
|
|
- Promote 1.7.0~rc.1-1 to 1.7.0-1
|
|
- Bump Golang version to 1.16.4
|
|
|
|
* Thu Nov 25 2021 NVIDIA CORPORATION <cudatools@nvidia.com> 1.7.0-0.1.rc.1
|
|
- Specify containerd runtime type as string in config tools to remove dependency on containerd package
|
|
- Add supported-driver-capabilities config option to allow for a subset of all driver capabilities to be specified
|
|
|
|
* Wed Nov 17 2021 NVIDIA CORPORATION <cudatools@nvidia.com> 1.6.0-1
|
|
- Promote 1.6.0-0.1.rc.3 to 1.6.0-1
|
|
- Fix unnecessary logging to stderr instead of configured nvidia-container-runtime log file
|
|
|
|
* Mon Nov 15 2021 NVIDIA CORPORATION <cudatools@nvidia.com> 1.6.0-0.1.rc.3
|
|
|
|
- Add supported-driver-capabilities config option to the nvidia-container-toolkit
|
|
- Move OCI and command line checks for runtime to internal oci package
|
|
|
|
* Fri Nov 05 2021 NVIDIA CORPORATION <cudatools@nvidia.com> 1.6.0-0.1.rc.2
|
|
|
|
- Use relative path to OCI specification file (config.json) if bundle path is not specified as an argument to the nvidia-container-runtime
|
|
|
|
* Mon Sep 06 2021 NVIDIA CORPORATION <cudatools@nvidia.com> 1.6.0-0.1.rc.1
|
|
|
|
- Add AARCH64 package for Amazon Linux 2
|
|
- Include nvidia-container-runtime into nvidia-container-toolkit package
|
|
|
|
* Mon Jun 14 2021 NVIDIA CORPORATION <cudatools@nvidia.com> 1.5.1-1
|
|
|
|
- Fix bug where Docker Swarm device selection is ignored if NVIDIA_VISIBLE_DEVICES is also set
|
|
- Improve unit testing by using require package and adding coverage reports
|
|
- Remove unneeded go dependencies by running go mod tidy
|
|
- Move contents of pkg directory to cmd for CLI tools
|
|
- Ensure make binary target explicitly sets GOOS
|
|
|
|
* Thu Apr 29 2021 NVIDIA CORPORATION <cudatools@nvidia.com> 1.5.0-1
|
|
- Add dependence on libnvidia-container-tools >= 1.4.0
|
|
- Add golang check targets to Makefile
|
|
- Add Jenkinsfile definition for build targets
|
|
- Move docker.mk to docker folder
|
|
|
|
* Fri Feb 05 2021 NVIDIA CORPORATION <cudatools@nvidia.com> 1.4.2-1
|
|
- Add dependence on libnvidia-container-tools >= 1.3.3
|
|
|
|
* Mon Jan 25 2021 NVIDIA CORPORATION <cudatools@nvidia.com> 1.4.1-1
|
|
- Ignore NVIDIA_VISIBLE_DEVICES for containers with insufficent privileges
|
|
- Add dependence on libnvidia-container-tools >= 1.3.2
|
|
|
|
* Fri Dec 11 2020 NVIDIA CORPORATION <cudatools@nvidia.com> 1.4.0-1
|
|
- Add 'compute' capability to list of defaults
|
|
- Add dependence on libnvidia-container-tools >= 1.3.1
|
|
|
|
* Wed Sep 16 2020 NVIDIA CORPORATION <cudatools@nvidia.com> 1.3.0-1
|
|
- Promote 1.3.0-0.1.rc.2 to 1.3.0-1
|
|
- Add dependence on libnvidia-container-tools >= 1.3.0
|
|
|
|
* Mon Aug 10 2020 NVIDIA CORPORATION <cudatools@nvidia.com> 1.3.0-0.1.rc.2
|
|
- 2c180947 Add more tests for new semantics with device list from volume mounts
|
|
- 7c003857 Refactor accepting device lists from volume mounts as a boolean
|
|
|
|
* Fri Jul 24 2020 NVIDIA CORPORATION <cudatools@nvidia.com> 1.3.0-0.1.rc.1
|
|
- b50d86c1 Update build system to accept a TAG variable for things like rc.x
|
|
- fe65573b Add common CI tests for things like golint, gofmt, unit tests, etc.
|
|
- da6fbb34 Revert "Add ability to merge envars of the form NVIDIA_VISIBLE_DEVICES_*"
|
|
- a7fb3330 Flip build-all targets to run automatically on merge requests
|
|
- 8b248b66 Rename github.com/NVIDIA/container-toolkit to nvidia-container-toolkit
|
|
- da36874e Add new config options to pull device list from mounted files instead of ENVVAR
|
|
|
|
* Wed Jul 22 2020 NVIDIA CORPORATION <cudatools@nvidia.com> 1.2.1-1
|
|
- 4e6e0ed4 Add 'ngx' to list of *all* driver capabilities
|
|
- 2f4af743 List config.toml as a config file in the RPM SPEC
|
|
|
|
* Wed Jul 08 2020 NVIDIA CORPORATION <cudatools@nvidia.com> 1.2.0-1
|
|
- 8e0aab46 Fix repo listed in changelog for debian distributions
|
|
- 320bb6e4 Update dependence on libnvidia-container to 1.2.0
|
|
- 6cfc8097 Update package license to match source license
|
|
- e7dc3cbb Fix debian copyright file
|
|
- d3aee3e0 Add the 'ngx' driver capability
|
|
|
|
* Wed Jun 03 2020 NVIDIA CORPORATION <cudatools@nvidia.com> 1.1.2-1
|
|
- c32237f3 Add support for parsing Linux Capabilities for older OCI specs
|
|
|
|
* Tue May 19 2020 NVIDIA CORPORATION <cudatools@nvidia.com> 1.1.1-1
|
|
- d202aded Update dependence to libnvidia-container 1.1.1
|
|
|
|
* Fri May 15 2020 NVIDIA CORPORATION <cudatools@nvidia.com> 1.1.0-1
|
|
- 4e4de762 Update build system to support multi-arch builds
|
|
- fcc1d116 Add support for MIG (Multi-Instance GPUs)
|
|
- d4ff0416 Add ability to merge envars of the form NVIDIA_VISIBLE_DEVICES_*
|
|
- 60f165ad Add no-pivot option to toolkit
|