This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
name: dummy
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
hello:
|
||||||
|
runs-on: ailab
|
||||||
|
steps:
|
||||||
|
- name: Greet
|
||||||
|
run: |
|
||||||
|
echo "hello from $(hostname) as $(whoami)"
|
||||||
|
uname -a
|
||||||
|
nvidia-smi --query-gpu=name,memory.free --format=csv,noheader || true
|
||||||
Reference in New Issue
Block a user