Skip to content

Commit

Permalink
[rqd] Add Blender to PATH and set RQD_USE_PATH_ENV_VAR in sample Dock…
Browse files Browse the repository at this point in the history
…er image. (#1319)
  • Loading branch information
n-jay authored Oct 3, 2023
1 parent 287dc1a commit b203380
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion samples/rqd/blender/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,11 @@ RUN tar -xvf blender.tar.xz \

RUN rm blender.tar.xz

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

# Allows RQD to read Blender install directory in PATH env. variable
RUN echo "RQD_USE_PATH_ENV_VAR=true" >> /etc/opencue/rqd.conf

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

0 comments on commit b203380

Please sign in to comment.