Amit Kumar

Results 188 comments of Amit Kumar

Alternatively you can use https://cirun.io, which helps you create self-hosted GitHub Actions on cloud (with aarch64 support).

Hi @SimeonEhrig I am the creator of Cirun.io, "GPU" and "CI" caught my eye. FWIW I'll share my two cents. I created a service for problems like these, which is...

> Are there any related messages in your Cirun dashboard Hey @tbirdso you can see that in the Cirun check run, here: https://github.com/InsightSoftwareConsortium/ITK/pull/3471/checks?check_run_id=9502283985

>@aktech did you have any success with earlier dev versions of JupyterHub or did you only test jhub-apps in isolation?? Yes, tested `jhub-apps` only in isolation. >it fails to deploy...

> But in the hub pod I still see: That's because one of the packages is probably requesting jupyterhub 4: https://github.com/nebari-dev/nebari-docker-images/actions/runs/8780986557/job/24092032511#step:9:1011

I am guessing, pins like these would fetch jupyterhub 4 instead of 5 (since its a release candidate and not a stable release) https://github.com/jupyterhub/kubespawner/blob/becea538dd075b063964123034111aa6463f79ac/pyproject.toml#L32C1-L33C1

>My current theory is that it has something with helm chart setup as per https://github.com/nebari-dev/nebari/issues/2330#issuecomment-2059001313 but there still isn't a version we could upgrade too. I sent a message on...

> https://cirun.io/auth/login (maybe can be used without price :) ) Thanks for the suggestion, yes cirun.io is free for Open source projects. Hey @TylerYep I'll create a quick POC to...

Are you aware of something equivalent of [`BlockVerbatim`](https://github.com/jupyter/papyri/blob/892b3fc457276a60e408c035796e0b55afe821ee/papyri/take2.py#L909) in the myst spec? The closest I have found is [`Code`](https://myst.tools/docs/spec/myst-schema#code), but syntax of `Code` is different from `BlockVerbatim`, as in the...