Ricardo Noriega

Results 19 issues of Ricardo Noriega

(Edited by @cgwalters ) This issue is basically the bootc equivalent of https://github.com/ostreedev/ostree/pull/2217 which has a lot of history. I think it makes sense to revisit this in a container-native...

enhancement
area/config
area/linux-kernel

Currently this collection translates a set of ansible vars into a transient blueprint in TOML format. That has two drawbacks: - Customers already using Image Builder and building their own...

enhancement
approved

If connectivity is lost during the build process, there is no way to know if the build has succeded or not. - If it has succeded, the missing piece would...

enhancement
approved

We would like to have ARM support to be able to build images for edge devices such as the NVIDIA Jetson product line. Some things to take into account: -...

enhancement
approved

Hello @dusty-nv ! I'm having a hard time trying to update a demo that I have based on your mlc-llm container. I moved to JP6 and the server I wrote...

**What happened**: I'm writing a function to basically do `kubectl create -k /path`. However, If the manifests there have already been created, I don't want my program to exit, but...

kind/bug
priority/backlog
triage/accepted

## ❓ General Questions I'm trying to build a containerized application with vicuna-7b and mlc-llm for Jetsons with JP6. This is my multi-phase Containerfile: ``` FROM docker.io/dustynv/mlc:r36.2.0 AS builder #...

question

``` cat /etc/redhat-release Red Hat Enterprise Linux release 9.4 (Plow) ``` ``` cat /etc/redhat-release Red Hat Enterprise Linux release 9.4 (Plow) [oglok@maxwell bootc-flightctl]$ podman version Client: Podman Engine Version: 4.9.4-rhel...

After storing a prefix like: "How many people live in the world?" Using the LongestPrefix function with "How many people live in Europe?" returns false: `LongestPrefix result","matchedPrefix":"","val":null,"found":false}` Isn't it supposed...