mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-24 08:22:07 +00:00
fix: include usr lib in ld path
This commit is contained in:
parent
50b5399d9c
commit
b5b2184c0a
@ -216,6 +216,9 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
|
||||
libswscale-dev \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Add ffmpeg libraries to the path
|
||||
ENV LD_LIBRARY_PATH="/usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH"
|
||||
|
||||
# Copy conda with PyTorch installed
|
||||
COPY --from=pytorch-install /opt/conda /opt/conda
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user