Skip to content

Commit 53ba426

Browse files
authored
adding docker-compose
Differential Revision: D81244309 Pull Request resolved: meta-pytorch#369
1 parent c88e17a commit 53ba426

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docker-compose.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
services:
2+
tritonbench:
3+
image: ghcr.io/meta-pytorch/tritonbench:nightly
4+
pull_policy: always
5+
volumes:
6+
- .:/tritonbench
7+
environment:
8+
- PYTHONPATH=/tritonbench
9+
tritonbench-local:
10+
build:
11+
context: .
12+
dockerfile: docker/tritonbench-nightly.dockerfile
13+
volumes:
14+
- .:/tritonbench
15+
environment:
16+
- PYTHONPATH=/tritonbench

0 commit comments

Comments
 (0)