I have got everything working with this docker file, so it is loading cats! Hooray!
However,
I quickly run into a problem as I start in with the Convlearner. It downloads the resnet34 file correctly into the container, but it keeps throwing the same error (even after rebuilding).
UnicodeDecodeError: ‘utf-8’ codec can’t decode byte 0xff in position 30: invalid start byte
Any hints? I am guessing there is data it is not seeing on the host or in the container.
Edit: I needed to run git pull
as suggested by this thread.