Skip to content

Commit 40f2157

Browse files
Update test-template.j2 to enable building (#517)
The upstream has moved docker files into a separate directory. Signed-off-by: Alexei V. Ivanov <alexei.ivanov@amd.com>
1 parent 1c0a1ae commit 40f2157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/test-template.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ steps:
77
- label: ":docker: build image"
88
depends_on: ~
99
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 ."
10+
- "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 ."
1111
- "docker push {{ docker_image_amd }}"
1212
key: "amd-build"
1313
env:

0 commit comments

Comments
 (0)