You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+19-5
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,9 @@ using Machine Learning
16
16
17
17
## Execution in Docker Environment
18
18
19
-
All code is executable in Docker environment. There is a Docker Compose file that build an image based
20
-
on Tensorflow with Jupyter Notebook integrated. (See Dockerfile inside nlp folder)
19
+
All code is executable in Docker environment. There is a Docker Compose file that build an image based on [Tensorflow with Jupyter Notebook integrated](https://hub.docker.com/r/tensorflow/tensorflow/tags?page=1). (See Dockerfile inside nlp folder)
21
20
The image contains also some default notebooks provided by tensorflow for some simple tutorials.
21
+
22
22
Inside nlp folder are presente the directiories for every task based on repository organization.
23
23
24
24
To build and run the container execute:
@@ -32,10 +32,24 @@ You can see logs of servive typing:
32
32
```shell
33
33
docker-compose logs -f nlp
34
34
```
35
+
Below is an example of logs obtained from the previous command. From the logs
36
+
you can see the link to access the Jupyter Notebooks. Copy url that begins with *http://localhost:8888/?token=* and paste it on your browser.
35
37
36
-
Just launched the container you can see on logs the url to log into jupyter notebook environment.
37
-
Copy url that begins with *http://127.0.0.1:8888/?token=* and paste it on your browser.
38
-
Then go to *http://localhost:8888* and run notebooks.
38
+
```shell
39
+
nlp | [I 12:30:11.008 NotebookApp] Writing notebook server cookie secret to /root/.local/share/jupyter/runtime/notebook_cookie_secret
40
+
nlp | [I 12:30:11.278 NotebookApp] Serving notebooks from local directory: /tf
0 commit comments