OpenVINO DL workbench的docker安装

傅涵忍
2023-12-01

安装DL Workbench有两种方法:

第1种:doceker安装

第2种:从OpenINO distro中的toolkit包安装(只适用Linux)

Installation Methods

Use one of these methods to install the DL Workbench:

首先安装docker:

Uninstall old versions:

官网推荐安装方式无法安装:

wget https://raw.githubusercontent.com/openvinotoolkit/workbench_aux/master/start_workbench.sh && bash start_workbench.sh

报错如下: 

Could not pull the image from Docker Hub.

Pull and start the highest available version of the DL Workbench with 'openvino/workbench' as IMAGE_NAME and 'latest' as TAG:
  docker pull openvino/workbench:latest
  ./start_workbench.sh -IMAGE_NAME openvino/workbench -TAG latest

NOTE: All your current DL Workbench projects will be lost if you run the new version without providing -ASSETS_DIR argument.
Use ./start_workbench.sh --help for details.

请直接docker pull,安装好docker后:

docker pull openvino/workbench

 类似资料: