We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5088111 commit 3891a56Copy full SHA for 3891a56
.github/workflows/CI-ubuntu.yml
@@ -54,6 +54,11 @@ jobs:
54
sudo pip3 install --upgrade pip
55
pip3 install pylddwrap==1.2.0 wheel==0.37.1
56
57
+ echo "===========> Free some space"
58
+
59
+ sudo apt clean
60
+ sudo apt autoremove
61
62
echo "===========> Install CUDA and TensorRT"
63
64
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/cuda-ubuntu1804.pin
0 commit comments