mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-06-19 15:52:08 +00:00
Fix typo in deb package name
This commit is contained in:
parent
ed8bf3a178
commit
c22dba83a6
@ -193,7 +193,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
|
||||
make \
|
||||
curl \
|
||||
git \
|
||||
python3.11-devel \
|
||||
python3.11-dev \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Copy conda with PyTorch installed
|
||||
|
Loading…
Reference in New Issue
Block a user