This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # | |
| # Build Coral TPU kernel module in a throwaway LXC and install it on the host | |
| # WITHOUT DKMS or build deps on the host. | |
| # | |
| set -e | |
| CTID=999 | |
| STORAGE_PATH_BASE="/local-vms" |