feat: change blender version

This commit is contained in:
2024-09-10 10:13:49 -07:00
parent d713ed02f8
commit 2de909e6b3
+2 -2
View File
@@ -1,14 +1,14 @@
ARG ROCM_VERSION="5.7.3"
FROM wtongze/rocm-base:${ROCM_VERSION}
ARG HIP_ARCH="gfx803;gfx900"
ARG BLENDER_BRANCH="v4.2.1"
ARG BLENDER_BRANCH="v3.6.15"
ARG DEBIAN_FRONTEND="noninteractive"
RUN sudo apt update && \
sudo apt install -y python3 git git-lfs
WORKDIR /home/rocm
RUN git clone -b ${BLENDER_BRANCH} https://projects.blender.org/blender/blender.git && \
RUN git clone --depth 1 https://projects.blender.org/blender/blender.git -b ${BLENDER_BRANCH} && \
mkdir blender/build
WORKDIR /home/rocm/blender