Skip to content

Commit 78636eb

Browse files
committed
Merge branch 'sven-dev' into 'main'
Amended docker/Dockerfile and edited notebooks/README.md See merge request nvidia/trtorch/Torch-TensorRT-Preview!6
2 parents 53ac60c + 2084b02 commit 78636eb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: docker/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,7 @@ ENV PATH /opt/conda/lib/python3.8/site-packages/torch_tensorrt/bin:${PATH}
4747

4848
WORKDIR /workspace
4949
RUN mv /workspace/torch_tensorrt /opt/pytorch/torch_tensorrt
50+
RUN mkdir torch_tensorrt
51+
RUN ln -s /opt/pytorch/torch_tensorrt/notebooks /workspace/torch_tensorrt/notebooks
5052

5153
CMD /bin/bash

Diff for: notebooks/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ in, for example:
3838
```http://[host machine]:8888/?token=aae96ae9387cd28151868fee318c3b3581a2d794f3b25c6b```
3939

4040

41-
Within the container, the notebooks themselves are located at `/workspace/Torch-TensorRT/notebooks`.
41+
Within the container, the notebooks themselves are located at `/workspace/torch_tensorrt/notebooks`. To reach them in Jupyter, click on the folder marked
42+
`torch_tensorrt`, then the folder marked `notebooks`.
4243

4344
## 2. Notebook list
4445

0 commit comments

Comments
 (0)