Skip to content
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions huggingface/pytorch/tgi/docker/2.0.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ ARG TARGETPLATFORM

ENV PATH /opt/conda/bin:$PATH

RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
RUN apt-get update && apt-get upgrade -y && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
build-essential \
ca-certificates \
ccache \
Expand Down Expand Up @@ -176,7 +176,7 @@ ENV HUGGINGFACE_HUB_CACHE=/tmp \

WORKDIR /usr/src

RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
RUN apt-get update && apt-get upgrade -y && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
libssl-dev \
ca-certificates \
make \
Expand Down
8 changes: 4 additions & 4 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@
"ignore_vulnerabilities": [],
"releases": [
{
"framework": "TEI",
"framework": "TGI",
"device": "gpu",
"version": "1.2.3",
"version": "2.0.3",
"os_version": "ubuntu22.04",
"cuda_version": "cu122",
"cuda_version": "cu121",
"python_version": "py310",
"pytorch_version": "2.0.1"
"pytorch_version": "2.3.0"
}
]
}