Skip to content

Commit

Permalink
fix(env): define environment variable TMP expected by opticks tests (#85
Browse files Browse the repository at this point in the history
)
  • Loading branch information
plexoos authored Jun 7, 2024
1 parent 5ecbca3 commit 06780ab
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 @@ -68,6 +68,7 @@ ENV LD_LIBRARY_PATH=${OPTICKS_PREFIX}/lib:${LD_LIBRARY_PATH}
ENV PATH=${OPTICKS_PREFIX}/lib:${PATH}
ENV NVIDIA_DRIVER_CAPABILITIES=graphics,compute,utility
ENV VIRTUAL_ENV_DISABLE_PROMPT=1
ENV TMP=/tmp

WORKDIR $ESI_DIR

Expand Down

0 comments on commit 06780ab

Please sign in to comment.