fix: gpu target in blender
This commit is contained in:
@@ -6,6 +6,9 @@ ARG HIP_ARCH="gfx803;gfx900"
|
||||
ARG BLENDER_BRANCH="v3.6.15"
|
||||
ARG DEBIAN_FRONTEND="noninteractive"
|
||||
|
||||
# Add GPU target
|
||||
RUN echo "${HIP_ARCH}" | sed 's/;/\n/g' | sudo tee /opt/rocm/bin/target.lst
|
||||
|
||||
RUN sudo apt-get update && \
|
||||
sudo apt-get install -y python3 git git-lfs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user