mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-19 22:02:06 +00:00
installing ssl requirements prior to rust building stage
This commit is contained in:
parent
75ab887dda
commit
cbf1d982ec
@ -19,7 +19,9 @@ RUN cargo chef prepare --recipe-path recipe.json
|
||||
FROM chef AS builder
|
||||
|
||||
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
||||
python3.11-dev
|
||||
python3.11-dev \
|
||||
libssl-dev \
|
||||
ca-certificates
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
ffmpeg \
|
||||
|
Loading…
Reference in New Issue
Block a user