1. install from the dockerfile
docker build -t shmhub/dl-docker:cpu -f Dockerfile.cpu.dl_class .
  1. modify the .keras/keras.json file

  2. start the dl-docker

docker run -it -p 8888:8888 -p 6006:6006 -v $(pwd):/root/sharedfolder shmhub/dl-docker:cpu bash