awslabs / llm-hosting-container

Large Language Model Hosting Container
Apache License 2.0
75 stars 32 forks source link

fix: apt-get upgrade #81

Open evakravi opened 4 months ago

evakravi commented 4 months ago

Issue #, if available:

Description of changes: Add apt-get upgrade -y to installation commands to ensure latest versions get installed

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

haixiw commented 4 months ago

We should update this file to release the TGI image:

{
            "framework": "TGI",
            "device": "gpu",
            "version": "2.0.3",
            "os_version": "ubuntu22.04",
            "cuda_version": "cu121",
            "python_version": "py310",
            "pytorch_version": "2.3.0"
        }

+1