Skip to content

Commit bbee49c

Browse files
committed
remove nvidia check
1 parent 46fdf75 commit bbee49c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.ci/docker/common/install_cache.sh

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,8 @@ install_ubuntu() {
1919
# Instead use lib and headers from OpenSSL1.1 installed in `install_openssl.sh``
2020
apt-get install -y cargo
2121
echo "Checking out sccache repo"
22-
if [ -n "$CUDA_VERSION" ]; then
23-
# TODO: Remove this
24-
git clone https://github.com/pytorch/sccache
25-
else
26-
git clone https://github.com/mozilla/sccache -b v0.8.2
27-
fi
22+
git clone https://github.com/mozilla/sccache -b v0.8.2
23+
2824
cd sccache
2925
echo "Building sccache"
3026
cargo build --release

0 commit comments

Comments
 (0)