简体   繁体   中英

Issue install Parity on ARM64 with Docker (NVIDIA Xavier Jetson)

I'm trying to install Parity on my NVIDIA Xavier Jetson, but keep getting stuck.

I'm following the instructions here: https://github.com/paritytech/parity-snappy/wiki/Docker-build-for-ARM-ARM64

However I keep getting an error message:

standard_init_linux.go:207: exec user process caused "exec format error"

The full error message is below, however the above error code has happened with a few different install method attempts (inc. snapcraft).

Sending build context to Docker daemon 6.468MB Step 1/10 : FROM ubuntu:14.04.5 ---> 132b7427a3b4 Step 2/10 : WORKDIR /build ---> Using cache ---> e3ab6318dc67 Step 3/10 : RUN apt-get -y update &&
apt-get install -y --force-yes --no-install-recommends curl git make g++ gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
libc6-arm64-cross libc6-dev-arm64-cross wget file ca-certificates
binutils-aarch64-linux-gnu && apt-get clean ---> Running in b12bf8ce43fd standard_init_linux.go:207: exec user process caused "exec format error" The command '/bin/sh -c apt-get -y update &&
apt-get install -y --force-yes --no-install-recommends curl git make g++ gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
libc6-arm64-cross libc6-dev-arm64-cross wget file ca-certificates
binutils-aarch64-linux-gnu && apt-get clean' returned a non-zero code: 1

I am running Docker for linux/arm64 on Ubuntu 18.04 (install with Jetapack 4.1). For the life of me I just can't figure this out.

Any ideas? Thanks.

@kamil_cuk answered the question in the comments. The Dockerfile I was using was an old version. Latest version is here: https://github.com/paritytech/parity-snappy/blob/master/Dockerfile

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM