mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
Docker compose: chroma-onnx-model all-MiniLM-L6-v2 is not accessable #542
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ElderMedic on GitHub (Mar 26, 2024).
Bug Report
Description
Error during docker compose build, file at
RUN wget "https://chroma-onnx-models.s3.amazonaws.com/all-MiniLM-L6-v2/onnx.tar.gz" -O - | tar -xzf -is not available. But I can download it with wget.Bug Summary:
Steps to Reproduce:
Environment
Reproduction Details
Confirmation:
Installation Method
docker compose with gpu support
Additional Information
But when I try to download the file in question with wget there's no issue:
@ghost commented on GitHub (Mar 26, 2024):
docker composeworks as expected for me under a Ubuntu 22.04 Desktop VM using the debian package version (didn't try the snap version). According to your output:This seems to indicate a hostname resolution problem likely related to your DNS configuration. By default Docker attempts to use the host DNS configuration but if you're running in an environment that executes Docker within a VM, that VM configuration needs to be working. See: https://docs.docker.com/network/#dns-services & https://docs.docker.com/compose/compose-file/05-services/#dns