Skip to content

Commit

Permalink
fix(env): help CMake find installed opticks
Browse files Browse the repository at this point in the history
  • Loading branch information
plexoos committed Aug 2, 2024
1 parent a8353e3 commit 3a4a531
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ ENV PATH=${OPTICKS_PREFIX}/bin:${OPTICKS_PREFIX}/lib:${PATH}
ENV NVIDIA_DRIVER_CAPABILITIES=graphics,compute,utility
ENV VIRTUAL_ENV_DISABLE_PROMPT=1
ENV TMP=/tmp
ENV CMAKE_PREFIX_PATH=${OPTICKS_PREFIX}

WORKDIR $ESI_DIR

Expand Down

0 comments on commit 3a4a531

Please sign in to comment.