6.0.0
5.1.0
5.0.0
4.5.0
4.2.0
4.1.0
4.0.0
4.5.0
2023.1.1
2023.1.0-hotfix.1
Other (please specify):
Operating System
Ubuntu 24.04
Ubuntu 22.04
Ubuntu 20.04
Windows 11
Windows 10
Other (please specify):
GPU Information
- Model: Geforce RTX 5080
- Driver Version: 595.58.03
Topic Description Whenever I attempt to run the docker file to build the real robot and inference container with ./docker/real/build.sh blackwell
I get an error with the Deadsnakes PPA
Detailed Description
Fresh 24.04 ubuntu install. Followed the guide online exactly. This is the error I get
ERROR: failed to build: failed to solve: process “/bin/sh -c apt-get update && apt-get install -y software-properties-common build-essential cmake git sed && add-apt-repository ppa:deadsnakes/ppa && apt-get update && apt-get install -y python3.10 python3.10-dev python3.10-venv && rm -rf /var/lib/apt/lists/*” did not complete successfully: exit code: 100
grant-welch@swarm:~/Sim-to-Real-SO-101-Workshop$
Steps to Reproduce
-
Follow guide online with my specs Get the Code and Models — Train an SO-101 Robot From Sim-to-Real With NVIDIA Isaac
-
Get error
Error Messages
ERROR: failed to build: failed to solve: process “/bin/sh -c apt-get update && apt-get install -y software-properties-common build-essential cmake git sed && add-apt-repository ppa:deadsnakes/ppa && apt-get update && apt-get install -y python3.10 python3.10-dev python3.10-venv && rm -rf /var/lib/apt/lists/*” did not complete successfully: exit code: 100
grant-welch@swarm:~/Sim-to-Real-SO-101-Workshop$