Skip to content

Docker #53

Description

@robcarver17

I've written a short docker file which gets swigibpy running in a Docker python3 container. I'll be writing more about this in my blog. Raising as an issue rather than a pull request as I don't know where you would want to put it.

FROM python
RUN apt-get update
RUN apt-get install -y g++
RUN apt-get install -y python3-dev
RUN pip3 install swigibpy

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions