-
Notifications
You must be signed in to change notification settings - Fork 812
Docker
Ryan Loney edited this page Aug 2, 2021
·
11 revisions
To run notebooks inside a Linux-based Docker container, please use the Dockerfile by following the steps below.
git clone https://github.com/openvinotoolkit/openvino_notebooks.git
cd openvino_notebooks
docker build -t openvino_notebooks .
docker run -it -p 8888:8888 openvino_notebooks
Copy the URL printed in the terminal and open in a browser. If it is a remote machine, replace 127.0.0.1 with the correct IP address.
The Dockerfile can be used to run a local image on Windows, Linux or macOS. It is also compatible with Open Data Hub and Red Hat OpenShift Data Science. The base layer is UBI 8 provided by the Thoth project.
NOTE: When running the container on Windows and macOS, only CPU devices can be used. To access the iGPU, please install the notebooks locally following the instructions on the main README
© Copyright 2018-2023, OpenVINO team