You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you're encountering an error while pulling the latest tag of the huggingface/text-generation-inference Docker image, follow these steps to resolve it:
If you're encountering an error while pulling the latest tag of the huggingface/text-generation-inference Docker image, follow these steps to resolve it:
Navigate to your spec.yaml file and locate the environment section (line 21).
Replace latest with the specific version or SHA. For example, update it as follows:
environment:
base:
registry: ghcr.io
image: huggingface/text-generation-inference:sha-f3c5d7d@sha256:7c169c536de65dbdb867302aedf9ad0a7472df5d7c7dfd85c080037215b18c16
build_timestamp: "20231011102429"
name: TGI
supported_architectures:
- amd64
cuda_version: "11.8"
description: The huggingface text-generation-interface base container
entrypoint_script: ""
Clear Cache and Rebuild:
On the NVIDIA AI Workstation, click on "Clear cache and build" to rebuild the container with the correct image version.
This process should resolve the issue and allow you to successfully pull and use the desired Docker image.
is there a compatible version for linux/arm64? I'm having the below error:
1 warning found (use docker --debug to expand):
- InvalidBaseImagePlatform: Base image ghcr.io/huggingface/text-generation-inference:sha-f3c5d7d@sha256:7c169c536de65dbdb867302aedf9ad0a7472df5d7c7dfd85c080037215b18c16 was pulled with platform "linux/amd64", expected "linux/arm64" for current build (line 1)
Containerfile:67
omihub777
added a commit
to omihub777/workbench-example-hybrid-rag
that referenced
this issue
Oct 9, 2024
If you're encountering an error while pulling the
latest
tag of thehuggingface/text-generation-inference
Docker image, follow these steps to resolve it:Steps to Fix
Find the Specific Version:
latest
.Update the
spec.yaml
File:spec.yaml
file and locate theenvironment
section (line 21).latest
with the specific version or SHA. For example, update it as follows:Clear Cache and Rebuild:
This process should resolve the issue and allow you to successfully pull and use the desired Docker image.
The text was updated successfully, but these errors were encountered: