Skip to content

Commit c26180e

Browse files
author
Anurag Dixit
committed
feat: Added env var for TOP_DIR
Signed-off-by: Anurag Dixit <[email protected]>
1 parent 161ef3d commit c26180e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/dist-accuracy-test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ chmod a+x /usr/bin/bazel
1515
export NVIDIA_TF32_OVERRIDE=0
1616

1717
cd /opt/pytorch/torch_tensorrt
18-
cp cp /opt/pytorch/torch_tensorrt/docker/WORKSPACE.docker /opt/pytorch/torch_tensorrt/WORKSPACE
18+
cp /opt/pytorch/torch_tensorrt/docker/WORKSPACE.docker /opt/pytorch/torch_tensorrt/WORKSPACE
1919

2020
pip install --user --upgrade nox
21-
nox
21+
TOP_DIR=/opt/pytorch/torch_tensorrt nox

0 commit comments

Comments
 (0)