Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 664 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 664 Bytes

maturin

Introduction

An anylinux 2014 x86_64 docker image which allows for publishing a maximumly compatible python wheels.

  • You will find all the current support versions of python in /opt/python.
  • Latest version of maturin is installed
  • Latest rust is installed
  • rust 1.63 is also installed (and set to default)

Currently this image is used by mwalib

How to Build

docker build . -t mwatelescope/maturin:latest

How to Use

docker run -it --rm -v $(pwd)/../..:/io mwatelescope/maturin:latest

How to push to dockerhub

docker push mwatelescope/maturin:latest