hcl

Results 13 comments of hcl

fixed the reason, on my local setup `tzlocal==3.0` which made the test always fail. The solution: install `tzlocal==2.1` solved the issue.

> I know that you have to make sure there is an ARM build in the image manifest. The unsupported platform kind of suggests an issue with the image arch...

> only be compiled in AMD64 (`x64`). What this means is that `dive` can run on an ARM machine with x64 emulation (Apple's Rosetta), but that doesn't mean it's compatible...

Thanks for your reply @georgettica , the error is still there. ``` ➜ ~ export DOCKER_HOST='unix:///Users/chhan/.local/share/containers/podman/machine/podman-machine-default/podman.sock' ➜ ~ podman images REPOSITORY TAG IMAGE ID CREATED SIZE docker.io/library/postgres 14 8b00aa4789b5 13...

Hi @mohanasudhan, do you know what's missing for this PR?

> Can you explain your usecase and add unit/integ test? hi @mohanasudhan, thanks for the reply, I think it's either a bug or I am wrong on how to use...

Seems that `ipyparams.raw_url` returns empty as well.

I see in the rayjob entrypoint, user could clone a project and run it. But I am not sure if there's GitHub Enterprise integration with Rayjob to make Rayjob easier...