Skip to content

Commit

Permalink
ci: fix docker build by adding cuda compat ld load path to fix missing
Browse files Browse the repository at this point in the history
libcuda.so.1
  • Loading branch information
wsxiaoys committed Jul 3, 2024
1 parent 26e0842 commit a480375
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile.cuda
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN apt-get update && \
# setup rust.
RUN curl https://sh.rustup.rs -sSf | bash -s -- --default-toolchain ${RUST_TOOLCHAIN} -y
ENV PATH="/root/.cargo/bin:${PATH}"
ENV LD_LIBRARY_PATH="/usr/local/cuda/compat/:${LD_LIBRARY_PATH}"

WORKDIR /root/workspace

Expand Down

0 comments on commit a480375

Please sign in to comment.