Skip to content

[FEAT] add python3, python3-pip, and python3-venv to image to allow use of most post proccesing scripts #21

@Nathan22211

Description

@Nathan22211

Is this a new feature request?

  • I have searched the existing issues

Wanted change

add those 3 packages to the docker image and add a bind mount for post scripts to the compose file

another alteritive might be to bind mount the host's python install or a portable linux install to the container.

Reason for change

this is mostly because a vast majority of post proccesing scripts for Sli3er based slicers are written in python, currently they'd have to be compiled

Proposed code change

for the dockerfile, add apt-get install -y --no-install-recommends \ python3 python3-venv python3-pip

and for the compose file, add a bind mount for post scripts

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions