Updated on 2022-03-13 GMT+08:00

Deployment Using the CLI

  1. Upload the image file (for example, myapp.tar exported in Creating an Image) to the Atlas 500.
  2. Run the following command on the Atlas 500 to import images:

    docker load –i myapp.tar

  3. Start deployment.

    The following device parameters need to be added for the Atlas 500 to load the Atlas 200 AI accelerator module:

    docker run \
    -it \
    --device=/dev/davinci_manager \
    --device=/dev/hisi_hdc \
    --device=/dev/davinci0 \
    myapp