LoginSignup
1
1

More than 3 years have passed since last update.

JetsonXavierでdocker-composeを使用する。apt不使用、pip使用

Last updated at Posted at 2021-04-17

Jetson上でのdocker-composeの入れ方です。

公式のcurlを使用したもので入れることができなかったため、pipで入れました。

以下のとおりです。

インストール手順

$ sudo apt update
$ sudo apt install python3-pip
$ sudo apt install build-essential libssl-dev libffi-dev python3-dev
$ pip3 install -U pip
$ sudo pip3 install docker-compose
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1