Skip to content

Commit 3891a56

Browse files
authored
Update CI-ubuntu.yml
1 parent 5088111 commit 3891a56

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/CI-ubuntu.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ jobs:
5454
sudo pip3 install --upgrade pip
5555
pip3 install pylddwrap==1.2.0 wheel==0.37.1
5656
57+
echo "===========> Free some space"
58+
59+
sudo apt clean
60+
sudo apt autoremove
61+
5762
echo "===========> Install CUDA and TensorRT"
5863
5964
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/cuda-ubuntu1804.pin

0 commit comments

Comments
 (0)