-
Notifications
You must be signed in to change notification settings - Fork 236
How to update third party library and test in docker?
mentat edited this page Mar 20, 2023
·
14 revisions
-
change commit hash in requirement.txt for the particular library you want to update.
-
re-build the docker to create a new image from MIOpen's root directory.
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.
-
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