mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-09 15:08:02 -05:00
4 lines
144 B
Bash
Executable File
4 lines
144 B
Bash
Executable File
#!/bin/bash
|
|
PYTHON_PATH=$(readlink -f $(which python3))
|
|
sudo setcap 'cap_dac_override,cap_sys_rawio,cap_sys_admin,cap_ipc_lock=ep' $PYTHON_PATH
|