Skip to content

Commit

Permalink
fix: set compute capability to 5.2 compatible with Quadro M4000 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
plexoos authored Feb 1, 2024
1 parent 3e1763b commit b1d7513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ ENV OPTICKS_HOME=$HOME/opticks
ENV OPTICKS_PREFIX=/usr/local/opticks
ENV OPTICKS_CUDA_PREFIX=/usr/local/cuda
ENV OPTICKS_OPTIX_PREFIX=/usr/local/optix
ENV OPTICKS_COMPUTE_CAPABILITY=35
ENV OPTICKS_COMPUTE_CAPABILITY=52

COPY opticks $OPTICKS_HOME
COPY patches $HOME/patches
Expand Down

0 comments on commit b1d7513

Please sign in to comment.