noi-techpark / odh-mentor-otp

4 stars 8 forks source link

Activate SkyAlps, fix graph build #177

Closed leonardehrenfried closed 5 months ago

leonardehrenfried commented 5 months ago

I ran the previously deployed container image with

podman run -it -p 8080:8080 ghcr.io/noi-techpark/odh-mentor-otp/odh-mentor-otp:df521c4357bd0f7d72e18253a3af9a3cf9ce7887

and I can say that the workflow generally works, however there is no OSM data in the container. This is because osmium-tool was not installed. Therefore I'm fixing the graph build for all Github Actions by installing the dependencies in build-graph.sh.

Since the SklAlps feed is fixed, it's also re-activated.

leonardehrenfried commented 5 months ago

cc @dulvui

dulvui commented 5 months ago

Great thank you! I'll merge it now