Skip to content

Commit

Permalink
feat: Added env var for TOP_DIR
Browse files Browse the repository at this point in the history
Signed-off-by: Anurag Dixit <[email protected]>
  • Loading branch information
Anurag Dixit committed Nov 30, 2021
1 parent 161ef3d commit c26180e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/dist-accuracy-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ chmod a+x /usr/bin/bazel
export NVIDIA_TF32_OVERRIDE=0

cd /opt/pytorch/torch_tensorrt
cp cp /opt/pytorch/torch_tensorrt/docker/WORKSPACE.docker /opt/pytorch/torch_tensorrt/WORKSPACE
cp /opt/pytorch/torch_tensorrt/docker/WORKSPACE.docker /opt/pytorch/torch_tensorrt/WORKSPACE

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

0 comments on commit c26180e

Please sign in to comment.