Skip to content

Conversation

@matentzn
Copy link

@matentzn matentzn commented Jun 3, 2025

Fixes #17

Still testing this but you get the picture. I added a help command.

I cant test it because I don't have access to CBORG; and none of the subsequent commands (aurelian etc) work for me; Lets iterate and you let me know how it goes for you.

@cmungall
Copy link
Member

cmungall commented Jun 3, 2025 via email

@@ -1,4 +1,4 @@
FROM obolibrary/odkfull:latest
FROM obolibrary/odkfull:v1.6
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better fix the ODK base version to avoid spurious failures?


.PHONY: help

help:
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added help as I usally do now for all makefiles


ifeq ($(RESET_MULTIARCH_ON_BUILD),true)

reset-multiarch:
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is needed sometimes, for no conceivable reason.

@matentzn
Copy link
Author

matentzn commented Jun 4, 2025

@cmungall cool, you can use make build to get the dockerfile build to work locally - let me know if I can help you improve the rest. I think we might have to replicate the python dependency system of ODK here in ODK AI, because pip installing dependencies after the fact is always a bit cumbersome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

make multiarch image

2 participants