Skip to content

Revert "feat [closes #23]: add nvidia-cuda-toolkit package" #19

Revert "feat [closes #23]: add nvidia-cuda-toolkit package"

Revert "feat [closes #23]: add nvidia-cuda-toolkit package" #19

Workflow file for this run

name: Vib PR
on:
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: vanilla-os/vib-gh-action@v0.7.0
with:
recipe: 'recipe.yml'
plugins: 'Vanilla-OS/vib-fsguard:v1.4'
- name: Build the Docker image
run: docker image build -f Containerfile --tag vanillaos/nvidia:validation .
- uses: actions/upload-artifact@v4
with:
name: Containerfile
path: Containerfile