Skip to content

Commit

Permalink
feat: Install vanilla tools in vso
Browse files Browse the repository at this point in the history
add missing cur-gpu tool
  • Loading branch information
mirkobrombin authored Dec 18, 2023
1 parent 6e83b9a commit 1a8acd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ modules:
- mkdir -p /usr/bin
- cp /sources/vanilla-tools/nrun /usr/bin/nrun
- chmod +x /usr/bin/nrun
- cp /sources/vanilla-tools/cur-gpu /usr/bin/cur-gpu
- chmod +x /usr/bin/cur-gpu

- name: host-aliases
type: shell
Expand Down

0 comments on commit 1a8acd5

Please sign in to comment.