I followed the instructions
You can also pull my Docker image:
docker pull sachsbl/segmental
docker run -p 80:5000 segmental
Which I had to change to
docker pull sachsbl/segmental
docker run -p 80:5000 sachsbl/segmental
to work by the way. (otherwise it cannot find the image locally after the pull)
But when I executed that last command I got the following error:
botocore.exceptions.NoCredentialsError: Unable to locate credentials
I followed the instructions
Which I had to change to
to work by the way. (otherwise it cannot find the image locally after the pull)
But when I executed that last command I got the following error: