-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update Docker base image to Debian Bookworm
This patch updates the Docker base image to Debian Bookworm and accommodates for the following changes. * The APT sources list in the container changed from `/etc/apt/sources.list` to `/etc/apt/sources.list.d/debian.sources`. A `.sources` file is a list of key value pairs including a `Components` key. * The version of the libtbb dependency changed from 2 to 12. * Since Python 3.11 pip complains about installing packages outside of a virtual environment unless the `--break-system-packages` flag is used.
- Loading branch information
1 parent
194b57d
commit c92bf1c
Showing
2 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters