Skip to content

Commit

Permalink
Update and rename build-docker.yml to build_docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aghaeifar authored Dec 18, 2024
1 parent 5036614 commit ddd41e3
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,11 @@ on:

jobs:
publish_images:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
container: nvidia/cuda:12.6.3-devel-ubuntu24.04
steps:
- uses: Jimver/cuda-toolkit@v0.2.16
id: cuda-toolkit
with:
cuda: '12.5.0'
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: build image
run: |
docker build . -t aghaeifar/spinwalk:latest
Expand Down

0 comments on commit ddd41e3

Please sign in to comment.