Skip to content

Commit

Permalink
fix(build): disable ROCm container
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Feb 5, 2023
1 parent 37dd892 commit c0e5f43
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,9 @@ package-api-oci:
IMAGE_FILE: Containerfile.cpu.buster
- IMAGE_ARCH: cuda-ubuntu
IMAGE_FILE: Containerfile.cuda.ubuntu
- IMAGE_ARCH: rocm-ubuntu
IMAGE_FILE: Containerfile.rocm.ubuntu
# TODO: ROCm image build keeps running out of disk
# IMAGE_ARCH: rocm-ubuntu
# IMAGE_FILE: Containerfile.rocm.ubuntu

package-gui-oci:
extends:
Expand Down

0 comments on commit c0e5f43

Please sign in to comment.