Skip to content

Docker image broken with bullseye #3

@willcohen

Description

@willcohen

Since the base image has moved to bullseye, a range of things have broken:

  • Python has moved to 3.9, so the apt requirements have changed.
  • libpython needs to be upgraded because of python 3.9.
  • tech.ml.dataset also needs to be upgraded because of libpython, changing all of the internal uses of tech.v2 to tech.v3, which seems to cascade a number of other changes.

Additionally, SELinux requires a :z suffix to the mounted volume to get run.sh to work correctly (podman), which shouldn't be an issue with Docker either. I'll polish up these changes and put a PR together once I get everything working.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions