Upgrade to Pro — share decks privately, control downloads, hide ads and more …

JetsonNanoで自動作曲配信システムを作ってる途中の話

Sponsored · Your Podcast. Everywhere. Effortlessly. Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
Avatar for Kawazu Kawazu
December 14, 2021

 JetsonNanoで自動作曲配信システムを作ってる途中の話

Avatar for Kawazu

Kawazu

December 14, 2021
Tweet

More Decks by Kawazu

Other Decks in Programming

Transcript

  1. 用意したJetsonNano周辺機器 • JetsonNano本体 • ケースとファン • 有線キーボード&有線マウス • USB Wi-Fiモジュール(結局有線LANにした)

    • ちっこいディスプレイ • 5V/3AのmicroUSB電源は持っていた(ラズパイ用) • microSDカードも持っていた(ラズパイ用でTeamのやつ)
  2. $ sudo apt-get install python3-pip $ pip3 install pygame $

    sudo apt-get install docker.io $ sudo apt-get install docker-compose
  3. Step 3/18 : RUN apt update && apt install -y

    python-pip python3-pip ---> [Warning] The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested ---> Running in 2378b4820e6e standard_init_linux.go:228: exec user process caused: exec format error ERROR: Service 'magenta' failed to build: The command '/bin/sh -c apt update && apt install -y python-pip python3-pip' returned a non-zero code: 1 イメージをビルドしたマシンと、コンテナを実行するマシンのCPUアーキテ クチャが異なるために発生するエラー