We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c0a1ae commit 40f2157Copy full SHA for 40f2157
.buildkite/test-template.j2
@@ -7,7 +7,7 @@ steps:
7
- label: ":docker: build image"
8
depends_on: ~
9
commands:
10
- - "docker build --build-arg max_jobs=16 --tag {{ docker_image_amd }} -f Dockerfile.rocm --build-arg ARG_PYTORCH_ROCM_ARCH='gfx90a;gfx942' --target test --progress plain ."
+ - "docker build --build-arg max_jobs=16 --tag {{ docker_image_amd }} -f docker/Dockerfile.rocm --build-arg ARG_PYTORCH_ROCM_ARCH='gfx90a;gfx942' --target test --progress plain ."
11
- "docker push {{ docker_image_amd }}"
12
key: "amd-build"
13
env:
0 commit comments