Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Conda from Docker Installation #2934

Open
2 of 4 tasks
rjmehta1993 opened this issue Jan 21, 2025 · 0 comments
Open
2 of 4 tasks

Remove Conda from Docker Installation #2934

rjmehta1993 opened this issue Jan 21, 2025 · 0 comments

Comments

@rjmehta1993
Copy link

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

  • Docker
  • The CLI directly

Tasks

  • An officially supported command
  • My own modifications

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant