Skip to content

Commit

Permalink
[CI][ETHOSN] Add ssh to the driver stack installation (apache#14246)
Browse files Browse the repository at this point in the history
[ETHOSN] Add ssh to the driver stack installation

Some use cases of the NPU integration rely on ssh being avilable
within the docker image in order to launch an RPC server on a remote
device. This commit adds ssh as a dependency on the NPU driver stack
installation.
  • Loading branch information
lhutton1 committed Mar 14, 2023
1 parent ccc0b91 commit c9ab197
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/install/ubuntu_install_ethosn_driver_stack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ apt-install-and-clear -y \
python-dev \
python3 \
scons \
wget
wget \
openssh-client

cd "$tmpdir"
git clone --branch "$repo_revision" "$repo_url" "$repo_dir"
Expand Down

0 comments on commit c9ab197

Please sign in to comment.