Skip to content

Commit

Permalink
Revert "ci: add compat ld path for locatinglibcuda.so.1 in docker bui…
Browse files Browse the repository at this point in the history
…ld " (#2553)

This reverts commit 15e2e34.
  • Loading branch information
wsxiaoys authored Jun 30, 2024
1 parent 7f3b1b9 commit 3b82340
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker/Dockerfile.cuda
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ RUN if [ "$TARGETARCH" = "amd64" ]; then \

COPY --from=build /opt/tabby /opt/tabby

# Fix llama-server libcuda.so.1: cannot open shared object file
ENV LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/cuda/compat"
ENV PATH="$PATH:/opt/tabby/bin"
ENV TABBY_ROOT=/data

Expand Down

0 comments on commit 3b82340

Please sign in to comment.