We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21cc31a commit 0a27ed0Copy full SHA for 0a27ed0
1 file changed
scripts/npu_ci_install_dependency.sh
@@ -4,7 +4,7 @@ set -euo pipefail
4
# Install the required dependencies from cache
5
sed -Ei 's@(ports|archive).ubuntu.com@cache-service.nginx-pypi-cache.svc.cluster.local:8081@g' /etc/apt/sources.list
6
apt update -y
7
-apt install -y build-essential cmake python3-pip python3-dev wget net-tools zlib1g-dev lld clang software-properties-common
+apt install -y build-essential cmake python3-pip python3-dev wget net-tools zlib1g-dev lld clang software-properties-common curl
8
9
# Setup pip cache
10
pip config set global.index-url http://cache-service.nginx-pypi-cache.svc.cluster.local/pypi/simple
0 commit comments