Skip to content

New dockerfile for python library building#297

Draft
javiermtorres wants to merge 9 commits intomainfrom
292-dockerfile-pyo3
Draft

New dockerfile for python library building#297
javiermtorres wants to merge 9 commits intomainfrom
292-dockerfile-pyo3

Conversation

@javiermtorres
Copy link
Contributor

A separate dockerfile for building the encoderfile library is now available. The image can be used to generate a library as follows (note that the /output directory needs to be mapped in the container):

docker build -f Dockerfile.python.bindings -t encoderfile-python-bindings .
docker run --rm -v $(pwd)/wheels:/output encoderfile-python-bindings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants