Sign inSign up

industrialdevops/python-ujotypes

By industrialdevops

Updated over 5 years ago

Python 3.7 image with Ujotypes pre-installed

Image
0

1.6K

industrialdevops/python-ujotypes repository overview

FROM python:3.7-alpine

# Install additional packages for build environment
RUN apk update && \
    apk add libstdc++

# Make alpine manylinjux compatible to be able to install binary wheels
# and execute the install
RUN echo 'manylinux1_compatible = True' > /usr/local/lib/python3.7/site-packages/_manylinux.py && \
    pip3 install ujotypes

Tag summary

Content type

Image

Digest

Size

20 MB

Last updated

over 5 years ago

docker pull industrialdevops/python-ujotypes