File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 26
26
- name : Install base deps
27
27
run : |
28
28
apt update
29
- apt install -y gcc git curl wget make zlib1g-dev bzip2 libbz2-dev lzma lzma-dev libreadline-dev libsqlite3-dev libssl-dev libffi-dev doxygen pandoc
29
+ apt install -y software-properties-common gcc git curl wget make zlib1g-dev bzip2 libbz2-dev lzma lzma-dev libreadline-dev libsqlite3-dev libssl-dev libffi-dev doxygen pandoc
30
30
- name : Install Python
31
31
run : |
32
32
mkdir -p /opt/circleci
52
52
chmod a+x /usr/bin/bazel
53
53
- name : Install cudnn + tensorrt
54
54
run : |
55
+ apt-get update
55
56
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/cuda-ubuntu2004.pin
56
57
mv cuda-ubuntu2004.pin /etc/apt/preferences.d/cuda-repository-pin-600
57
58
apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/7fa2af80.pub
You can’t perform that action at this time.
0 commit comments