@Village Guy ,
@cjowers Thanks for replying. I agree it may not be possible to run more than one version. Village guy I suspect you may be correct or more than likely I am doing something wrong- edit Pretty positive I'm doing something wrong since I have about a 2-3 weeks of exp. with docker now.
I have been working on a custom detection model using the instructions just put out and when trying to deploy it I am indeed getting errors. I have a working vision-detection model running in/on (?) Docker desktop using port 8383, I tried to run this new one on the same port and it threw a error. The working one was running when I tried. I guess you can't run 2 instances on the same port? I stopped it and tried again, same thing error, I then tried port 80, errored out. There very well could be something else going on since I am pretty clueless concerning Docker. If anyone thinks they can figure it out, I screen shot what was going on- see attachment. Thanks
Update- As I suspected the problem was the user (me)
@johnolafenwa looked at my code from the attachment and I missed a keystroke there should be a dash between cpu and 2020, so it should be cpu-2020.12 Still waiting to see if I can run more than one model at the same time....