You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moving what was part of #673 over to its own issue.
If t-route is set to not be included (e.g., by manually setting ARG NGEN_WITH_ROUTING=OFF in the image Dockerfile), then the following error will occur:
=> ERROR [ngen rocky_build_ngen 2/7] COPY --chown=mpi --from=rocky_build_troute /ngen/t-route/wheels /tmp/t-route-wheels 0.0s
------
> [ngen rocky_build_ngen 2/7] COPY --chown=mpi --from=rocky_build_troute /ngen/t-route/wheels /tmp/t-route-wheels:
------
failed to solve: failed to compute cache key: failed to calculate checksum of ref 29a491b6-0862-4704-80b6-22ffda47291c::ldwa0ou1q0t50uwqdwoh3ebzp: "/ngen/t-route/wheels": not found
Error: requested 'build' action failed (17); exiting without proceeding further
This appears to be due to a bug in the image itself, with it not fully accounting for omitting the t-route build at a later stage.
The text was updated successfully, but these errors were encountered:
Moving what was part of #673 over to its own issue.
If t-route is set to not be included (e.g., by manually setting
ARG NGEN_WITH_ROUTING=OFF
in the image Dockerfile), then the following error will occur:This appears to be due to a bug in the image itself, with it not fully accounting for omitting the t-route build at a later stage.
The text was updated successfully, but these errors were encountered: