Skip to content

Commit

Permalink
Add Blender install location to PATH env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
n-jay committed Sep 13, 2023
1 parent 5fa2b49 commit cff3f4f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion samples/rqd/blender/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,8 @@ RUN tar -xvf blender.tar.xz \

RUN rm blender.tar.xz

# Add Blender path as environment variable
ENV PATH=$PATH:${BLENDER_INSTALL_DIR}

# Verify Blender installation
RUN ${BLENDER_INSTALL_DIR}/blender --version
RUN blender --version

0 comments on commit cff3f4f

Please sign in to comment.