mirror of
https://github.com/BillyOutlast/flash-attention-prebuild-wheels-rocm.git
synced 2026-07-01 01:37:53 -04:00
add self-host runner image
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
name: "Docker and container hooks test"
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
runs-on:
|
||||
- self-hosted
|
||||
timeout-minutes: 10
|
||||
container:
|
||||
image: docker:dind
|
||||
steps:
|
||||
- name: Show docker info
|
||||
run: |
|
||||
docker -v
|
||||
docker info
|
||||
docker ps
|
||||
- run: ls
|
||||
- run: pwd
|
||||
Reference in New Issue
Block a user