Get Started
Using Containers with the Command Line
Intel® oneAPI DL Framework Developer Toolkit
Compile and run the containers directly.
The below enables the GPU, if available, using --device=/dev/dri (may not be available in Linux* VM or Windows*). The command will leave you at a command prompt, inside the container, in interactive mode.
Once in the container, you can interact with it using Run a Sample Project Using the Command Line.
NOTE:
You may need to include proxy settings before -it "$image"if you are behind a proxy:
Using Intel® Advisor, Intel® Inspector or VTune™ with Containers
When using these tools, extra capabilities have to be provided to the container:
--cap-add=SYS_ADMIN --cap-add=SYS_PTRACE
Parent topic: Using Containers