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
Scale currently relies on the mesos config echo "MESOS_DOCKER=nvidia-docker" >> /opt/mesosphere/etc/mesos-slave-common
scale should be updated to use the docker run --runtime=nvidia command.
This will prevent having to manually config each GPU node in the future as well.
The text was updated successfully, but these errors were encountered:
Scale currently relies on the mesos config
echo "MESOS_DOCKER=nvidia-docker" >> /opt/mesosphere/etc/mesos-slave-common
scale should be updated to use the
docker run --runtime=nvidia
command.This will prevent having to manually config each GPU node in the future as well.
The text was updated successfully, but these errors were encountered: