mirror of
https://github.com/tig-foundation/tig-monorepo.git
synced 2026-02-21 10:27:49 +08:00
Add missing symlinks for cudnn.
This commit is contained in:
parent
2149de70d8
commit
585f3762a4
@ -25,6 +25,6 @@ RUN chmod +x /usr/local/bin/tig-runtime && \
|
||||
chmod +x /usr/local/bin/tig-verifier
|
||||
ENV LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/usr/local/lib/rust"
|
||||
|
||||
RUN for f in /usr/lib/*-linux-gnu/libcudnn*.so.[0-9]; do ln -sf "$(basename "$f")" "${f%.*.*}.so"; done
|
||||
RUN if ls /usr/lib/*-linux-gnu/libcudnn*.so.[0-9] 1>/dev/null 2>&1; then for f in /usr/lib/*-linux-gnu/libcudnn*.so.[0-9]; do ln -sf "$(basename "$f")" "${f%.*.*}.so"; done; fi
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
Loading…
Reference in New Issue
Block a user