mirror of
https://github.com/andreinechaev/nvcc4jupyter.git
synced 2026-06-13 10:40:48 +05:30
Add sudo to apt commands
This commit is contained in:
@@ -29,8 +29,8 @@ jobs:
|
||||
|
||||
- name: Install CUDA tools
|
||||
run: |
|
||||
apt update
|
||||
apt install nvidia-cuda-toolkit
|
||||
sudo apt update
|
||||
sudo apt install nvidia-cuda-toolkit
|
||||
|
||||
- name: Install Python dependencies
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user