Skip to content

Commit

Permalink
fix: runtimeclass nvidia and docs upgrade (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinthelaw authored Jul 16, 2024
1 parent 9eb34bb commit 9104559
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 3 deletions.
9 changes: 9 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"MD053": false,
"MD034": false,
"MD013": false,
"MD029": false,
"MD041": false,
"MD033": false,
"MD004": false
}
3 changes: 3 additions & 0 deletions .markdownlintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
LICENSE
CHANGELOG.md
.github/*.md
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ make docker-latest

#### Push New Remote Image

Pushes are automated by [the GitHub workflow](./.github/workflows/ci.yaml) on push or pull request to `main`.
Pushes are automated by [the GitHub workflow](./.github/workflows/build-and-push-image.yaml) on push or pull request to `main`.

Below are manual steps for pushing a new image to a registry like GHCR using Docker. The comments above lines with environment variables are example values.

Expand Down
1 change: 1 addition & 0 deletions manifests/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ metadata:
name: gpu-support-test
namespace: leapfrogai
spec:
runtimeClassName: nvidia
selector:
matchLabels:
app: gpu-support-test
Expand Down
4 changes: 2 additions & 2 deletions zarf-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ package:
create:
set:
image_repository: "ghcr.io/justinthelaw/gpu-support-test"
image_version: 0.1.1
image_version: 0.2.0
name: gpu-support-test
max_package_size: "1000000000"
deploy:
set:
image_repository: "ghcr.io/justinthelaw/gpu-support-test"
image_version: 0.1.1
image_version: 0.2.0

0 comments on commit 9104559

Please sign in to comment.