mirror of
https://github.com/BillyOutlast/flash-attention-prebuild-wheels-rocm.git
synced 2026-07-01 01:27:54 -04:00
19 lines
330 B
YAML
19 lines
330 B
YAML
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 |