Pre-requisites
- Docker
To Use:
- Clone the project
- build the docker container - "docker build --rm -f Dockerfile -t mytensorflow ."
- Run the container - "docker run --rm -d -p 6006:6006 -p 8888:8888 mytensorflow:latest tail -f /dev/null"
- Go into the container - "docker exec -it 75a029dcddd9 /bin/sh"
- Execute the scrip - "python starterfile.py"
Files
- Dockerfile
- starterfile.py - python script
- Tensorflow library
- Keras