fix: change arch to gfx803 only

This commit is contained in:
2024-09-13 09:32:19 -07:00
parent af09aa8e34
commit 0abbf5d2e5
4 changed files with 9 additions and 6 deletions
+2 -1
View File
@@ -2,7 +2,8 @@ ARG ROCM_VERSION="5.7.3"
FROM wtongze/rocm-base:${ROCM_VERSION}
ARG HIP_ARCH="gfx803;gfx900"
# "gfx803" or "gfx803;gfx900"
ARG HIP_ARCH="gfx803"
ARG BLENDER_BRANCH="v3.6.15"
ARG DEBIAN_FRONTEND="noninteractive"