fix: blender output location

This commit is contained in:
2024-09-10 11:55:26 -07:00
parent 2de909e6b3
commit 2827bdcd4b
+2
View File
@@ -29,4 +29,6 @@ RUN cmake \
RUN make -j$(nproc) RUN make -j$(nproc)
RUN cpack -G TXZ RUN cpack -G TXZ
RUN cp $(ls -l blender*.tar.xz | cut -d' ' -f9 | tr -d '\n') /home/rocm/blender.tar.xz
CMD ["bash", "-l"] CMD ["bash", "-l"]