26 lines
515 B
YAML
26 lines
515 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 @neuron_bookworm//:lock
|
||
|
|
#
|
||
|
|
version: 1
|
||
|
|
|
||
|
|
sources:
|
||
|
|
- channel: bookworm main
|
||
|
|
url: https://deb.debian.org/debian
|
||
|
|
- channel: jammy main
|
||
|
|
url: https://apt.repos.neuron.amazonaws.com
|
||
|
|
|
||
|
|
archs:
|
||
|
|
- "amd64"
|
||
|
|
|
||
|
|
packages:
|
||
|
|
- "bash"
|
||
|
|
- "zlib1g"
|
||
|
|
- "libxml2"
|
||
|
|
- "aws-neuronx-runtime-lib"
|
||
|
|
- "aws-neuronx-collectives"
|