Skip to content

Commit 498b08e

Browse files
committed
fix pip --root-user-action
1 parent b086b4f commit 498b08e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docker/install-basic-deps.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
set -e
44

5-
pip3 install --root-user-action=ignore maturin~=1.9 patchelf cffi ziglang sccache>=0.4.0
5+
export PIP_ROOT_USER_ACTION=ignore
6+
7+
pip3 install maturin~=1.9 patchelf cffi ziglang sccache>=0.4.0
68

79
curl -o rustup.sh --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs
810
sh rustup.sh -y

0 commit comments

Comments
 (0)