Docker container fails to run due to invalid --GPU switch

Kevin Oliver 1 Reputation point
2021-01-10T17:11:59.52+00:00

I have been testing Azure ML experiments running locally on my machine with docker. So far I have run into the same issue using several curated environments as well as using a conda dependencies file.

  • The run job is submitted successfully
  • Docker container builds successfully
  • The docker run command fails due to the --gpu all switch

This switch gets added to every docker container I try to launch locally (doesn't matter the container type).

I have tested this a few different ways

  • Using VScode and VScode insiders
  • Running the experiment from code
  • Running Experiment the Azure ML Extension in VScode

All attempts end with the docker container failing to run.

Any thought on how to fix this would be appreciated.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,618 questions
{count} votes