UCL / scikit-surgerydocker

This repo describes with a simple example how to use docker to containerise your project/algorithm
https://scikit-surgerydocker.readthedocs.io/en/latest/
Other
1 stars 2 forks source link

Step 6 error? #19

Closed tdowrick closed 3 years ago

tdowrick commented 3 years ago

When I try and run this line from step 6, I get an error, presumably because the team1 tag doesn't exist at this point?

docker save my-project:team1 > my-project-team1.tar

@mianasbat

mianasbat commented 3 years ago

Thanks @tdowrick Yeah I didnt tag the image in updated docs. I will update it.

mianasbat commented 3 years ago

Closing this issue because it is fixed and the whole app is under retest in issue #30