Skip to content

Commit

Permalink
use uninteractive as env
Browse files Browse the repository at this point in the history
  • Loading branch information
akashchi committed Sep 19, 2023
1 parent fb12c49 commit 0b6e408
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linux_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
OPENVINO_CONTRIB_REPO: ${{ github.workspace }}/openvino_contrib
BUILD_DIR: ${{ github.workspace }}/build
INSTALL_DIR: ${{ github.workspace }}/install_pkg
DEBIAN_FRONTEND: 'noninteractive'
steps:

- name: Install Prerequisites
Expand Down Expand Up @@ -105,7 +106,7 @@ jobs:
apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/3bf863cc.pub
add-apt-repository "deb https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/ /"
apt update
DEBIAN_FRONTEND=noninteractive apt install -y \
apt install -y \
libcudnn8=8.9.4.*-1+cuda11.8 \
libcudnn8-dev=8.9.4.*-1+cuda11.8 \
libcudnn8-samples=8.9.4.*-1+cuda11.8 \
Expand Down

0 comments on commit 0b6e408

Please sign in to comment.