We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 203c144 commit eaa5ef0Copy full SHA for eaa5ef0
.github/workflows/docgen.yml
@@ -64,7 +64,7 @@ jobs:
64
apt-get install -y libnvinfer8 libnvinfer-plugin8 libnvinfer-dev libnvinfer-plugin-dev
65
- name: Install Torch
66
run: |
67
- python3 -m pip install -r py/requirements.txt
+ python3 -m pip install -r py/requirements.txt --user
68
- name: Build Python Package
69
70
cp toolchains/ci_workspaces/WORKSPACE.x86_64 WORKSPACE
0 commit comments