2023-08-18 17:11:27 +00:00
|
|
|
# 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
|
|
|
|
|
#
|
2024-11-14 13:37:47 +00:00
|
|
|
# bazel run @apt_neuron//:lock
|
2023-08-18 17:11:27 +00:00
|
|
|
#
|
|
|
|
|
version: 1
|
|
|
|
|
|
|
|
|
|
sources:
|
2024-11-14 13:37:47 +00:00
|
|
|
- channel: bookworm main
|
|
|
|
|
url: https://deb.debian.org/debian
|
|
|
|
|
- channel: jammy main
|
|
|
|
|
url: https://apt.repos.neuron.amazonaws.com
|
2023-08-18 17:11:27 +00:00
|
|
|
|
|
|
|
|
archs:
|
2024-11-14 13:37:47 +00:00
|
|
|
- "amd64"
|
2023-08-18 17:11:27 +00:00
|
|
|
|
|
|
|
|
packages:
|
2024-11-14 13:37:47 +00:00
|
|
|
- "bash"
|
|
|
|
|
- "zlib1g"
|
|
|
|
|
- "libxml2"
|
|
|
|
|
- "aws-neuronx-runtime-lib"
|
|
|
|
|
- "aws-neuronx-collectives"
|