-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DMOD image build failures due to t-route #673
DMOD image build failures due to t-route #673
Comments
@aaraney, I don't suppose you can tell quickly from this exactly what needs to be adjusted in the image's t-route build stage, can you? |
Yep, this line is the issue. I simplified some of the build process for |
So instead we can just build with: && cd ${WORKDIR}/t-route/src/troute-nwm \
&& python3 -m build . \
&& cp dist/*.whl ${WORKDIR}/t-route/wheels/ ; \
fi |
@robertbartel, just opened #674. That should fix it. The easiest way to test that locally might be to just pull down the patch file. I learned recently that you can download a patch from github by just tacking on |
Currently it is not possible to build the DMOD ngen worker image. One of two different failures will occur, depending on whether the environment configuration is set to build the image with or without t-route.
UPDATE: the second failure has now been moved to its own issue: #676.
With t-route included by the image (which is the default), the following error is seen in the
rocky_build_troute
image build stage:This is likely due to recent changes in t-route, though confirmation is still needed.
The text was updated successfully, but these errors were encountered: