-
Notifications
You must be signed in to change notification settings - Fork 97
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
Feature/auto-push-docker-images and version upgrades #342
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks @KaleabTessera 🙂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some small notes. Otherwise looks great!
@@ -6,6 +6,7 @@ on: | |||
pull_request: | |||
branches: [develop] | |||
|
|||
# TODO(Kale-ab) Specify mava container to run tests on. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO still un-done. Is this for a future PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. Once we have an instadeepct dockerhub account, I will pull a container from there in the workflow. Currently, we are using my personal dockerhub so I haven't added it here.
@@ -4,6 +4,7 @@ on: | |||
pull_request: | |||
branches: [main] | |||
|
|||
# TODO(Kale-ab) Specify mava container to run tests on. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similar un-done TODO
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commented above.
@@ -1,6 +1,6 @@ | |||
########################################################## | |||
# Core Mava image | |||
FROM nvcr.io/nvidia/cuda:11.4.2-cudnn8-runtime-ubuntu20.04 as mava-core | |||
FROM registry.kao.instadeep.io/library/nvidia/cuda:11.4.2-cudnn8-runtime-ubuntu20.04 as mava-core |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this standard practice for us going forward? To use a InstaDeep-hosted image rather than an nividia one?
What?
ModuleNotFoundError: No module named 'chex'
.Why?
How?
Extra