Skip to content

Instantly share code, notes, and snippets.

@dustycodes
Created August 19, 2021 13:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dustycodes/e15b27d354a57a879ad07126ae0c8996 to your computer and use it in GitHub Desktop.
Save dustycodes/e15b27d354a57a879ad07126ae0c8996 to your computer and use it in GitHub Desktop.
Install docker-compose on Jetson TX2
sudo apt-get install -y curl python3-pip libffi-dev python-openssl libssl-dev zlib1g-dev gcc g++ make -y
# Install Docker if you don't have it already
# curl -sSL https://get.docker.com/ | sh
sudo snap install rustup --classic
sudo apt install -y rustc
pip3 install setuptools_rust
pip3 install docker-compose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment