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
The docker file has non-commercial conda installation whereas the tgi is Apache-2.0 License. Installing tgi through docker creates conda license violation.
System Info
The docker file has non-commercial conda installation whereas the tgi is Apache-2.0 License. Installing tgi through docker creates conda license violation.
https://github.com/huggingface/text-generation-inference/blob/main/Dockerfile
Information
Tasks
Reproduction
https://github.com/huggingface/text-generation-inference/blob/main/Dockerfile
ENV PATH=/opt/conda/bin:$PATH
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends
build-essential
ca-certificates
ccache
curl
git &&
rm -rf /var/lib/apt/lists/*
Install conda
Expected behavior
Should be using venv or other env and not conda if using commercially.
The text was updated successfully, but these errors were encountered: