Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
L
libnvidia-container
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
nvidia
container-toolkit
libnvidia-container
Commits
465b9801
Commit
465b9801
authored
2 years ago
by
Evan Lezar
Browse files
Options
Downloads
Plain Diff
Merge branch 'bump-version-1.10.0-rc.2' into 'master'
Bump version to v1.10.0-rc.2 See merge request
!162
parents
d999036d
f4898350
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!162
Bump version to v1.10.0-rc.2
Pipeline
#516059812
passed
2 years ago
Stage: package-build
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
pkg/deb/changelog
+6
-0
6 additions, 0 deletions
pkg/deb/changelog
pkg/rpm/SPECS/libnvidia-container.spec
+3
-0
3 additions, 0 deletions
pkg/rpm/SPECS/libnvidia-container.spec
src/nvc.h
+2
-2
2 additions, 2 deletions
src/nvc.h
with
11 additions
and
2 deletions
pkg/deb/changelog
+
6
−
0
View file @
465b9801
libnvidia-container (1.10.0~rc.2-1) experimental; urgency=medium
* Dummy entry
-- NVIDIA CORPORATION <cudatools@nvidia.com> Tue, 12 Apr 2022 10:43:20 +0200
libnvidia-container (1.10.0~rc.1-1) experimental; urgency=medium
* [WSL2] Fix segmentation fault on WSL2s system with no adpaters present (e.g. /dev/dxg missing)
...
...
This diff is collapsed.
Click to expand it.
pkg/rpm/SPECS/libnvidia-container.spec
+
3
−
0
View file @
465b9801
...
...
@@ -99,6 +99,9 @@ This package contains command-line tools that facilitate using the library.
%{_bindir}/*
%changelog
* Tue Apr 12 2022 NVIDIA CORPORATION <cudatools@nvidia.com> 1.10.0-0.1.rc.2
- Dummy entry
* Thu Mar 24 2022 NVIDIA CORPORATION <cudatools@nvidia.com> 1.10.0-0.1.rc.1
- [WSL2] Fix segmentation fault on WSL2s system with no adpaters present (e.g. /dev/dxg missing)
- Ignore pending MIG mode when checking if a device is MIG enabled
...
...
This diff is collapsed.
Click to expand it.
src/nvc.h
+
2
−
2
View file @
465b9801
...
...
@@ -33,8 +33,8 @@ extern "C" {
// For stable releases, this should be defined as empty.
// For release candidates, this should be defined with the format "rc.1"
// The version string should also be updated accordingly, using a ~ separator where applicable.
#define NVC_TAG "rc.
1
"
#define NVC_VERSION "1.10.0~rc.
1
"
#define NVC_TAG "rc.
2
"
#define NVC_VERSION "1.10.0~rc.
2
"
#define NVC_ARG_MAX 256
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment