Skip to content

Commit a5851ff

Browse files
committed
feat(//notebooks): Update notebooks container for 0.1.0
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent d2d36f9 commit a5851ff

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

Diff for: .gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@ dist
3636
bdist
3737
py/trtorch/_version.py
3838
py/wheelhouse
39-
py/.eggs
39+
py/.eggs
40+
notebooks/.ipynb_checkpoints/

Diff for: notebooks/Dockerfile.notebook

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ RUN apt update && apt install bazel-3.4.1
77
RUN ln -s /usr/bin/bazel-3.4.1 /usr/bin/bazel
88

99
RUN pip install pillow==4.3.0
10-
RUN pip install torch==1.5.1
11-
RUN pip install torchvision==0.6.1
10+
RUN pip install torch==1.6.0
11+
RUN pip install torchvision==0.7.0
1212
RUN pip install notebook
1313

1414
COPY . /workspace/TRTorch

Diff for: notebooks/WORKSPACE.notebook

+4-4
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,16 @@ http_archive(
5353
name = "libtorch",
5454
build_file = "@//third_party/libtorch:BUILD",
5555
strip_prefix = "libtorch",
56-
urls = ["https://download.pytorch.org/libtorch/cu102/libtorch-cxx11-abi-shared-with-deps-1.5.1.zip"],
57-
sha256 = "cf0691493d05062fe3239cf76773bae4c5124f4b039050dbdd291c652af3ab2a"
56+
urls = ["https://download.pytorch.org/libtorch/cu102/libtorch-cxx11-abi-shared-with-deps-1.6.0.zip"],
57+
sha256 = "fded948bd2dbee625cee33ebbd4843a69496729389e0200a90fbb667cdaeeb69"
5858
)
5959

6060
http_archive(
6161
name = "libtorch_pre_cxx11_abi",
6262
build_file = "@//third_party/libtorch:BUILD",
6363
strip_prefix = "libtorch",
64-
sha256 = "818977576572eadaf62c80434a25afe44dbaa32ebda3a0919e389dcbe74f8656",
65-
urls = ["https://download.pytorch.org/libtorch/cu102/libtorch-shared-with-deps-1.5.1.zip"],
64+
sha256 = "141bb229f4bbf905541096cf8705785e7b0c79e37ca1e5db9d372730b1b9abd7",
65+
urls = ["https://download.pytorch.org/libtorch/cu102/libtorch-shared-with-deps-1.6.0.zip"],
6666
)
6767

6868
####################################################################################

0 commit comments

Comments
 (0)