Skip to content

Commit 220f0e4

Browse files
vinhngxnarendasan
authored andcommitted
Update README.md
Signed-off-by: Vinh Nguyen <[email protected]>
1 parent 7761edb commit 220f0e4

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

notebooks/README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Jupyter demo notebooks
2-
This folder contains demo notebooks for the TRTorch.
2+
This folder contains demo notebooks for TRTorch.
33

44
## 1. Requirements
55

@@ -22,15 +22,23 @@ Then launch the container with:
2222
```
2323
docker run --runtime=nvidia -it --rm --ipc=host --net=host trtorch
2424
```
25-
where `/path/to/dataset` is the path on the host machine where the data was/is to be downloaded. More on data set preparation in the next section. `/path/to/results` is wher the trained model will be stored.
2625

2726
Within the docker interactive bash session, start Jupyter with
2827

2928
```
3029
jupyter notebook --allow-root --ip 0.0.0.0 --port 8888
3130
```
3231

33-
Then open the Jupyter GUI interface on your host machine at http://localhost:8888. Within the container, this notebook itself is located at `/workspace/TRTorch/notebooks`.
32+
And navigate a web browser to the IP address or hostname of the host machine
33+
at port 8888: ```http://[host machine]:8888```
34+
35+
Use the token listed in the output from running the jupyter command to log
36+
in, for example:
37+
38+
```http://[host machine]:8888/?token=aae96ae9387cd28151868fee318c3b3581a2d794f3b25c6b```
39+
40+
41+
Within the container, this notebook itself is located at `/workspace/TRTorch/notebooks`.
3442

3543
## 2. Notebook list
3644

0 commit comments

Comments
 (0)