1. 07 3月, 2018 1 次提交
  2. 03 3月, 2018 1 次提交
  3. 28 2月, 2018 1 次提交
  4. 22 2月, 2018 1 次提交
    • F
      Extract the hook into a standalone package · 662d8b16
      Felix Abecassis 提交于
      Tools like CRI-O or Red Hat's fork of Docker only need the OCI hook,
      not the full runtime.
      
      The hook is also likely to move at a different cadence than the full
      runtime, which is tied to the upstream Docker releases.
      662d8b16
  5. 13 2月, 2018 1 次提交
  6. 20 12月, 2017 2 次提交
  7. 26 10月, 2017 1 次提交
    • F
      Implement generic runtime requirement checks · 6f87feff
      Felix Abecassis 提交于
      Any environment variable with the prefix "NVIDIA_REQUIRE_" will have
      its value passed to nvidia-container-cli.
      
      NVIDIA_CUDA_VERSION is no longer used and the CUDA images will be
      replaced by a NVIDIA_REQUIRE_CUDA variable.
      
      Those checks can be disabled globally in the configuration file or for
      each container using NVIDIA_DISABLE_REQUIRE.
      6f87feff
  8. 06 9月, 2017 1 次提交