Skip to content

Commit

Permalink
Add missing dependencies (#3495)
Browse files Browse the repository at this point in the history
Signed-off-by: Kyunggeun Lee <quic_kyunggeu@quicinc.com>
  • Loading branch information
quic-kyunggeu authored Nov 16, 2024
1 parent cdfd5eb commit bcb8b8c
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkins/Dockerfile.tf-torch-cpu
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ RUN python3 -m pip --no-cache-dir install \
nbsphinx \
'numpy<1.24,>=1.20.5' \
onnx==1.12.0 \
onnxscript \
onnxsim \
onnxruntime==1.18.1 \
onnxruntime-extensions \
Expand All @@ -169,6 +170,7 @@ RUN python3 -m pip --no-cache-dir install \
pytest-cov \
pytorch-ignite \
PyYAML \
safetensors \
scikit-learn==1.1.3 \
scipy==1.8.1 \
spconv==2.1.20 \
Expand Down
1 change: 1 addition & 0 deletions Jenkins/Dockerfile.torch-cpu
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ RUN python3 -m pip --no-cache-dir install \
pytest-cov \
pytorch-ignite \
PyYAML \
safetensors \
scikit-learn==1.1.3 \
scipy==1.8.1 \
spconv \
Expand Down
1 change: 1 addition & 0 deletions Jenkins/Dockerfile.torch-cpu-pt113
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ RUN python3 -m pip --no-cache-dir install \
pytest-cov \
pytorch-ignite \
PyYAML \
safetensors \
scikit-learn==1.1.3 \
scipy==1.8.1 \
spconv==2.1.20 \
Expand Down
1 change: 1 addition & 0 deletions Jenkins/Dockerfile.torch-gpu
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ RUN python3 -m pip --no-cache-dir install \
pytest-cov \
pytorch-ignite \
PyYAML \
safetensors \
scikit-learn==1.1.3 \
scipy==1.8.1 \
spconv-cu120 \
Expand Down
1 change: 1 addition & 0 deletions Jenkins/Dockerfile.torch-gpu-pt113
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ RUN python3 -m pip --no-cache-dir install \
pytest-cov \
pytorch-ignite \
PyYAML \
safetensors \
scikit-learn==1.1.3 \
scipy==1.8.1 \
spconv-cu117 \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ matplotlib>=3
networkx
numpy<1.24,>=1.20.5
onnx==1.14.1
onnxscript
onnxsim
osqp
pandas==1.5.3
protobuf==3.20.2
psutil
pybind11
PyYAML
safetensors
scikit-learn==1.1.3
scipy==1.8.1
setuptools
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ matplotlib>=3
networkx
numpy<1.24,>=1.16.6
onnx==1.14.1
onnxscript
onnxsim
osqp
pandas==1.5.3
protobuf==3.20.2
psutil
pybind11
PyYAML
safetensors
scikit-learn==1.1.3
scipy==1.8.1
setuptools
Expand Down
1 change: 1 addition & 0 deletions packaging/dependencies/reqs_pip_torch_common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ onnxsim
pandas==1.5.3
protobuf==3.20.2
psutil
safetensors
tensorboardX==2.4

0 comments on commit bcb8b8c

Please sign in to comment.