Skip to content

Commit

Permalink
Bazel install fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gs-olive committed Mar 22, 2024
1 parent e095e34 commit eba6b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/pre_build_script_windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ python -m pip config set global.no-cache-dir true
python -c "import torch; print('IMPORTED TORCH 2')"
python -m pip install tensorrt==9.3.0.post12.dev1 tensorrt_libs==9.3.0.post12.dev1 tensorrt_bindings==9.3.0.post12.dev1
python -c "import torch; print('IMPORTED TORCH 3')"
choco install bazelisk
choco install bazelisk -y
cat toolchains/ci_workspaces/WORKSPACE.win.release.tmpl | envsubst > WORKSPACE

0 comments on commit eba6b44

Please sign in to comment.