Radix/runtimes/neuron/packages.yaml

26 lines
660 B
YAML

# Packages for examples/debian_snapshot.
#
# Anytime this file is changed, the lockfile needs to be regenerated.
#
# To generate the ubuntu_base.lock.json run the following command
#
# bazel run @apt_neuron//:lock
#
version: 1
sources:
- channel: bookworm main
url: https://snapshot-cloudflare.debian.org/archive/debian/20250529T205323Z/
- channel: jammy main
url: https://apt.repos.neuron.amazonaws.com
archs:
- "amd64"
packages:
- "bash" # needed to launch neuronx-cc
- "libgomp1" # implicit dep of neuronx-cc
- "zlib1g" # implicit dep of libpython
- "aws-neuronx-runtime-lib"
- "aws-neuronx-collectives"