Jonathan Giannuzzi
Jonathan Giannuzzi
@harupy I _think_ this is a transient error (500 returned by ghcr). It should go away by retrying the failed jobs.
@harupy the next commit triggered a successful run of the devcontainer workflow so I think it's all good now: https://github.com/mlflow/mlflow/actions/runs/9654980305
Hey @Sharathmk99, thanks a lot for your interest in FastTrackML! Could you please tell us what you mean by "teams"?
Yes, this is where we want to take FastTrackML after we implement our "namespaces" feature and OpenID Connect support.
@ljubon Secrets created under the `release` environment. The key fingerprint to add to [`config.json`](https://github.com/G-Research/charts/blob/master/.github/workflows/scripts/config.json) is `Da10MkM0RnFLWCcBbZ8ij+lYntgMDGSBdhljq+Oz5HY=`.
Here is a crazy idea to avoid all the security issues associated with hosting something that hasn't been developed with public-facing hosting in mind: what about compiling fml to webassembly...
I think this could be done by exposing a function that mimicks `fetch` and ends up calling `httptest` into the fiber app. The compiled webassembly module will end up with...
I got a POC running that simply tunes the connection pools so that we don't keep idle connections constantly open and this works fine — however I want to make...
Hi @aldanor, thank you for your interest in FastTrackML! We would like to make it as convenient as possible for users to try it out, and we will look into...
There is some good news on the GitHub runner front: https://github.blog/2024-06-03-arm64-on-github-actions-powering-faster-more-efficient-build-systems/