HabanaAI / Model-References

Reference models for Intel(R) Gaudi(R) AI Accelerator
141 stars 67 forks source link

docker: Error response from daemon #28

Closed tengerye closed 1 year ago

tengerye commented 1 year ago

Hi, I followed the instruction from this post. After executing:

docker run -it --runtime=habana -e HABANA_VISIBLE_DEVICES=all -e OMPI_MCA_btl_vader_single_copy_mechanism=none --cap-add=sys_nice --net=host --ipc=host --privileged vault.habana.ai/gaudi-docker/1.7.1/ubuntu18.04/habanalabs/pytorch-installer-1.13.0:latest

I got the following error:


docker: Error response from daemon: Unknown runtime specified habana.
See 'docker run --help'.
```.
tengerye commented 1 year ago

I solved by myself.