I want to train sagemaker model in machine learning and for that I create code image in ecr and build that using sudo docker build -t command and also tag the images in tensorflow but model is not train due to not star container.
I make one folder with named Docker and put train.py and Dockerfile in that folder and I run the Dockerfile with sudo docker build Docker command.
I dont understand what I need to do can anybody help me? I provide you all the things under.
Docker Images
Container List
Dockrfile
I got the following error :
AlgorithmError: CannotStartContainerError. Please make sure the container can be run with 'docker run train'. Please refer SageMaker documentation for details. It is possible that the Dockerfile's entrypoint is not properly defined, or missing permissions.
Its very helpful to me if anybody can help me or guide me.
question from:
https://stackoverflow.com/questions/65913401/dockerfile-sagemaker-training-failed 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…