Skip to content

Commit

Permalink
fix(shell): enable optix with driver capabilities (#69)
Browse files Browse the repository at this point in the history
Fix #68
  • Loading branch information
plexoos authored May 14, 2024
1 parent c6dc0da commit 6b4ea3f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,9 @@ ENV OPTICKS_CUDA_PREFIX=/usr/local/cuda
ENV OPTICKS_OPTIX_PREFIX=${OPTIX_DIR}
ENV OPTICKS_COMPUTE_CAPABILITY=52
ENV PYTHONPATH=${OPTICKS_HOME}
ENV LD_LIBRARY_PATH=${OPTICKS_PREFIX}/lib/:$LD_LIBRARY_PATH
ENV PATH=${OPTICKS_PREFIX}/lib:${PATH:+${PATH}}
ENV LD_LIBRARY_PATH=${OPTICKS_PREFIX}/lib:${LD_LIBRARY_PATH}
ENV PATH=${OPTICKS_PREFIX}/lib:${PATH}
ENV NVIDIA_DRIVER_CAPABILITIES=graphics,compute,utility

WORKDIR $ESI_DIR

Expand Down

0 comments on commit 6b4ea3f

Please sign in to comment.