Any ideas. Trying to cram RADkit into IoX application to run on embedded on IE3400
docker build --platform linux/arm64/v8 -t radkit .
=> [ 8/10] WORKDIR /tmp 4.0s
=> ERROR [ 9/10] RUN python3 -m pip install -f . cisco_radkit_service 10.4s
[ 9/10] RUN python3 -m pip install -f . cisco_radkit_service:
7.933 Looking in links: .
8.526 ERROR: Could not find a version that satisfies the requirement cisco_radkit_service (from versions: none)
8.531 ERROR: No matching distribution found for cisco_radkit_service
Dockerfile:13
11 | RUN python3 -m pip install -U pip
12 | WORKDIR "/tmp"
13 | >>> RUN python3 -m pip install -f . cisco_radkit_service
14 | RUN /usr/bin/radkit-service bootstrap
15 | EXPOSE 8081
ERROR: failed to solve: process "/bin/sh -c python3 -m pip install -f . cisco_radkit_service" did not complete successfully: exit code: 1
Any ideas. Trying to cram RADkit into IoX application to run on embedded on IE3400
docker build --platform linux/arm64/v8 -t radkit .
=> [ 8/10] WORKDIR /tmp 4.0s
=> ERROR [ 9/10] RUN python3 -m pip install -f . cisco_radkit_service 10.4s
Dockerfile:13
11 | RUN python3 -m pip install -U pip
12 | WORKDIR "/tmp"
13 | >>> RUN python3 -m pip install -f . cisco_radkit_service
14 | RUN /usr/bin/radkit-service bootstrap
15 | EXPOSE 8081
ERROR: failed to solve: process "/bin/sh -c python3 -m pip install -f . cisco_radkit_service" did not complete successfully: exit code: 1