Skip to content

Commit

Permalink
Update tei/{cpu,gpu}/1.6.0/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarobartt committed Dec 23, 2024
1 parent ca1a6c3 commit 9b5a854
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions containers/tei/cpu/1.6.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Fetch and extract the TGI sources
# Fetch and extract the TEI sources
FROM alpine AS tei

RUN mkdir -p /tei
Expand Down Expand Up @@ -28,11 +28,6 @@ RUN cargo chef prepare --recipe-path recipe.json

FROM chef AS builder

# sccache specific variables
ARG ACTIONS_CACHE_URL
ARG ACTIONS_RUNTIME_TOKEN
ARG SCCACHE_GHA_ENABLED

RUN wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB \
| gpg --dearmor | tee /usr/share/keyrings/oneapi-archive-keyring.gpg > /dev/null && \
echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main" | \
Expand Down
2 changes: 1 addition & 1 deletion containers/tei/gpu/1.6.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Fetch and extract the TGI sources
# Fetch and extract the TEI sources
FROM alpine AS tei

RUN mkdir -p /tei
Expand Down

0 comments on commit 9b5a854

Please sign in to comment.