You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
aima-docker supports both CPUs and GPUs for its machine learning libraries. However, nvidia-docker: NVidia's GPU runtime environment for docker. In its place, docker has released the new --gpus command line flag in docker run to allow for GPU access in docker.
All calls to nvidia-docker need to be replaced with docker run --gpus after relevant checks.
The text was updated successfully, but these errors were encountered:
aima-docker supports both CPUs and GPUs for its machine learning libraries. However, nvidia-docker: NVidia's GPU runtime environment for docker. In its place, docker has released the new
--gpus
command line flag indocker run
to allow for GPU access in docker.All calls to nvidia-docker need to be replaced with
docker run --gpus
after relevant checks.The text was updated successfully, but these errors were encountered: