0.0.1 • Published 6 years ago
hexin-tensorflow v0.0.1
Prerequisite
Run Jupyter
- run
yarn start. This will start the jupyter server and display log - copy token from container log
docker logs -f tensorflow - open browser and go to
http://localhost:8888/?token={token}where token is from container log
Run Script
- run
yarn script. This will run the filetf/script.py
Jupyter - Open New Script
- inside jupyter, go to
Filestab, and selectNew -> Python 3 - Add code into cell, and press
Runto test code - Remember to export code into folder if you want to save it permanently. Data saved inside container will be erased on rebuild
0.0.1
6 years ago