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

fix: apt-get upgrade #81

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

evakravi
Copy link
Contributor

@evakravi evakravi commented Jun 17, 2024

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.

@evakravi evakravi requested a review from a team as a code owner June 17, 2024 19:15
Copy link
Contributor

@Captainia Captainia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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"
        }

@haixiw
Copy link
Contributor

haixiw commented Jun 17, 2024

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

Copy link
Contributor

@Captainia Captainia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codebuild failure https://tiny.amazon.com/71qlm267/IsenLink.


> [builder  3/10] RUN cargo chef cook --release --recipe-path recipe.json:
--
2190 | 4.365 error: rustc 1.78.0 is not supported by the following packages:
2191 | 4.365   bitstream-io@2.4.2 requires rustc 1.79
2192 | 4.365   ravif@0.11.7 requires rustc 1.79
2193 | 4.365 Either upgrade rustc or select compatible dependency versions with
2194 | 4.365 `cargo update <name>@<current-ver> --precise <compatible-ver>`
2195 | 4.365 where `<compatible-ver>` is the latest version supporting rustc 1.78.0
2196 | 4.365
2197 | 4.373 thread 'main' panicked at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-chef-0.1.67/src/recipe.rs:218:27:
2198 | 4.373 Exited with status code: 101
2199 | 4.373 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Can we try only upgrade for git maybe?

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

Successfully merging this pull request may close these issues.

4 participants