-
Notifications
You must be signed in to change notification settings - Fork 224
How to update third party library and test in docker?
-
change commit hash in requirement.txt for the particular library you want to update.
-
Re-build the docker (during this re-build process is when third party library gets built) to create a new image from MIOpen's root directory.
You can name your docker any thing you want except for ci (rocm/miopen:ci) since this name is reserved for MIOpen's continuous integration (CI) process.eg: ~/MIOpen$ docker build -t your-docker-miopen-image .
-
Push that docker image created in step (2) to docker hub. You need dockerhub account. If you do not have one. Ask someone in the team who has one to push the new image for you.
-
wait till the docker is completely pushed to docker hub. You can view your recently pushed docker on https://hub.docker.com/r/rocm/miopen/tags.
-
Make sure to log in to your account.
-
Select your branch
-
click Build With Parameter
-
scroll to end till you see DOCKER_IMAGE_OVERRIDE
-
paste the docker image name you created. eg: rocm/miopen:bg_lwpmiopen-20-ck
-
Click Build