-
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
Sync up with gamechanger-data on what version it uses #155
Comments
neofob
pushed a commit
to neofob/gamechanger-ml
that referenced
this issue
Sep 24, 2023
requirements.txt, lock.requirements.txt: * Versions need to be updated to current versions in gamechanger-data Reference: * dod-advana/gamechanger-data#285 * dod-advana#155 Signed-off-by: Tuan T. Pham <[email protected]>
18 tasks
neofob
pushed a commit
to neofob/gamechanger-data
that referenced
this issue
Sep 24, 2023
dev_tools/docker/k8s/rhel8.Dockerfile: * Switch to postgresql docker base image to avoid the madness of installing postgresql and package dependency. Recent installation requires PERL IPC packages which is brain damaging to solve. * Use neofob/gamechanger-ml for gamechangerml install as upstream dod-advana/gamechanger-ml versioning is not fixed yet. dev_tools/requirements/rhel8.locked.requirements.txt: * Fix up pip package versioning with gamechangeml. References: * dod-advana/gamechanger-ml#155 * dod-advana#285 Signed-off-by: Tuan T. Pham <[email protected]>
neofob
pushed a commit
to neofob/gamechanger-data
that referenced
this issue
Sep 24, 2023
dev_tools/docker/k8s/rhel8.Dockerfile: * Switch to postgresql docker base image to avoid the madness of installing postgresql and package dependency. Recent installation requires PERL IPC packages which is brain damaging to solve. * Use neofob/gamechanger-ml for gamechangerml install as upstream dod-advana/gamechanger-ml versioning is not fixed yet. * Add `-j` to building to utilize machine with modern muticore CPU dev_tools/requirements/rhel8.locked.requirements.txt: * Fix up pip package versioning with gamechangeml. References: * dod-advana/gamechanger-ml#155 * dod-advana#285 Signed-off-by: Tuan T. Pham <[email protected]>
neofob
pushed a commit
to neofob/gamechanger-data
that referenced
this issue
Sep 25, 2023
dev_tools/docker/k8s/rhel8.Dockerfile: * Switch to postgresql docker base image to avoid the madness of installing postgresql and package dependency. Recent installation requires PERL IPC packages which is brain damaging to solve. * Use neofob/gamechanger-ml for gamechangerml install as upstream dod-advana/gamechanger-ml versioning is not fixed yet. * Add `-j` to building to utilize machine with modern muticore CPU dev_tools/requirements/rhel8.locked.requirements.txt: * Fix up pip package versioning with gamechangeml. References: * dod-advana/gamechanger-ml#155 * dod-advana#285 Signed-off-by: Tuan T. Pham <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, the version that gamechanger-data uses to build docker in
dev_tools/requirements/rhel8.locked.requirements.txt
fails. See issue285
ongamechanger-data
.If
gamechanger-data
updates the mentioned above file to use more recent gamechanger-ml version, notv1.8.0
orv2.0.0
as it also fails, the filerequirements.txt
of this repo,gamechanger-ml
needs to be updated to synchronize/deconflict versions dependency with the above filerhel9.locked.requirements.txt
to have a successful build. Again, see issue285
References:
The text was updated successfully, but these errors were encountered: