Release Notes
0.1.2_12.6.0 [2026-08-26]
Enhancements:
- Updated gear description to clarify that it runs
nvidia-smito report GPU availability and driver status, and accepts an optional file input for standard Flywheel job workflows. - Added
pyproject.tomlwithhatchlingbuild system and project metadata. - Added
fw_gear_fw_nvidia_cuda_testPython package with version detection. - Added initial test suite under
tests/.
Maintenance:
- Rebuilt
Dockerfileusingpytorch/pytorch:2.6.0-cuda12.6-cudnn9-runtimeas the base image, replacing the previousnvidia/cuda:11.0.3-baseimage. - Upgraded
CUDA_VERSIONfrom11.0.3to12.6.0. - Migrated to multi-stage
Dockerfilewithbase,build,dev, and production stages. - Added
uvas the package installer within the container. - Pinned
setuptoolsto78.1.1to address vulnerabilities. - Added
.dockerignoreto limit build context. - Updated
manifest.jsonto standardize classification fields, fix the gear category fromconvertertoutility, and update the license toMIT.
0.1.1_11.0.3 [2024-04-02]
Maintenance:
- Added GitLab CI/CD pipeline configuration with
pytestcoverage and debug settings - Added pre-commit configuration with
markdownlinthook for documentation quality - Updated gear naming from
nvidia-cuda-testtofw-nvidia-cuda-testfor consistency with Flywheel naming conventions - Updated gear label from "Nvidia CUDA Test" to "Flywheel Nvidia CUDA Test"
- Updated maintainer format from
support@flywheel.iotoFlywheel <support@flywheel.io> - Updated gear classification suite from "Test" to "Utility"
- Reorganized
manifest.jsonfields alphabetically for better maintainability
0.1.0_11.0.3 [2023-05-17]
Enhancements:
- Added gear to test NVIDIA GPU availability by running
nvidia-smicommand - Added support for CUDA
11.0.3with NVIDIA driver requirements for Tesla and compatible GPUs - Added optional file input to allow gear execution in Flywheel workflows
- Added environment configuration for NVIDIA CUDA toolkit paths and driver capabilities
Documentation:
- Added README with gear description and purpose