File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 22
22
- name : Run image
23
23
run : docker run -it -d --name builder -v $GITHUB_WORKSPACE:/workspace -w /workspace docker.pkg.github.com/nvidia/trtorch/docgen:latest
24
24
- name : Build python package
25
- run : docker exec builder bash -c "cp docker/WORKSPACE.docker WORKSPACE && cd py && python3 setup.py install"
25
+ run : docker exec builder bash -c "cp docker/WORKSPACE.docs WORKSPACE && cd py && python3 setup.py install"
26
26
- name : Generate new docs
27
27
run : docker exec builder bash -c "cd docsrc && make html"
28
28
- uses : stefanzweifel/git-auto-commit-action@v4
Original file line number Diff line number Diff line change 19
19
- name : Run image
20
20
run : |
21
21
docker run -it -d --name cpplinter -e GITHUB_TOKEN=$GITHUB_TOKEN -v $GITHUB_WORKSPACE:/workspace -v $GITHUB_EVENT_PATH:/GITHUB_EVENT.json -w /workspace docker.pkg.github.com/nvidia/trtorch/docgen:latest
22
- docker exec cpplinter bash -c "cp /workspace/docker/WORKSPACE.docker /workspace/WORKSPACE"
22
+ docker exec cpplinter bash -c "cp /workspace/docker/WORKSPACE.docs /workspace/WORKSPACE"
23
23
env :
24
24
GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
25
25
- name : Install dependencies
41
41
- name : Run image
42
42
run : |
43
43
docker run -it -d --name pylinter -e GITHUB_TOKEN=$GITHUB_TOKEN -v $GITHUB_WORKSPACE:/workspace -v $GITHUB_EVENT_PATH:/GITHUB_EVENT.json -w /workspace docker.pkg.github.com/nvidia/trtorch/docgen:latest
44
- docker exec pylinter bash -c "cp /workspace/docker/WORKSPACE.docker /workspace/WORKSPACE"
44
+ docker exec pylinter bash -c "cp /workspace/docker/WORKSPACE.docs /workspace/WORKSPACE"
45
45
env :
46
46
GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
47
47
- name : Install dependencies
Original file line number Diff line number Diff line change @@ -53,16 +53,16 @@ http_archive(
53
53
name = "libtorch",
54
54
build_file = "@//third_party/libtorch:BUILD",
55
55
strip_prefix = "libtorch",
56
- sha256 = "117f6dd65b7267839197397edd0b10fd2900b0f291e3e54b0b800caefc31bcb6 ",
57
- urls = ["https://download.pytorch.org/libtorch/cu110 /libtorch-cxx11-abi-shared-with-deps-1.7.1%2Bcu110 .zip"],
56
+ sha256 = "62a2c06761c32576b30f5884240cf675b937945d929e4b13cc776de8d9c2236c ",
57
+ urls = ["https://download.pytorch.org/libtorch/cu111 /libtorch-cxx11-abi-shared-with-deps-1.8.0%2Bcu111 .zip"],
58
58
)
59
59
60
60
http_archive(
61
61
name = "libtorch_pre_cxx11_abi",
62
62
build_file = "@//third_party/libtorch:BUILD",
63
63
strip_prefix = "libtorch",
64
- sha256 = "c77f926afd55d7e860ec9c7abc992c25be77c89771c3ec6fcc13ea42f07d46df ",
65
- urls = ["https://download.pytorch.org/libtorch/cu110 /libtorch-shared-with-deps-1.7.1%2Bcu110 .zip"],
64
+ sha256 = "1c8b0c0883dd17f5ce952d42ec5f7f0cc7ceb370307535cee26a66c10419f1f6 ",
65
+ urls = ["https://download.pytorch.org/libtorch/cu111 /libtorch-shared-with-deps-1.8.0%2Bcu111 .zip"],
66
66
)
67
67
68
68
####################################################################################
You can’t perform that action at this time.
0 commit comments