Skip to content

Commit

Permalink
added cudnn environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
davedavemckay committed May 22, 2024
1 parent 9ac54a4 commit a8bb42c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions files/container/gpu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ COPY files/container/entrypoint.sh /entrypoint.sh

# USER simlint

ENV CUDNN_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu
ENV CUDNN_INCLUDE_PATH=/usr/include

WORKDIR /

ENTRYPOINT [ "/entrypoint.sh" ]

0 comments on commit a8bb42c

Please sign in to comment.