Skip to content

Commit 21967c6

Browse files
authored
add docker container with tensorflow codelab code
1 parent d75c37a commit 21967c6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,16 @@ Wide+Deep learning Neural Network Tensorflow
66
Data used : Game of thrones data set from kaggle
77

88
Made by : ssaaveda & SoyGema
9-
Special thanks to : Baenans & Flipper83
9+
Special thanks to : Baenans , Flipper83 and Laura Morillo
1010

1111
You can find the codelab at https://soygema.github.io/TensorFlow-GOT/
1212

13+
You can directly run the codelad in a docker container
14+
```
15+
docker pull tensorflow
16+
docker rum --rm -it -v $PWD:/model tensorflowgot/codelab --model_dir =/model
17+
docker run --rm -it -v $PWD:/model -p 6006:6006 tensorflow/tensorflow tensorboard --logdir=/model
18+
```
1319

1420
For running this codelab, you should have installed in your machine
1521
--Python 2.7 or Python 3

0 commit comments

Comments
 (0)