Python 3.7 image with Ujotypes pre-installed
1.6K
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
Content type
Image
Digest
Size
20 MB
Last updated
over 5 years ago
docker pull industrialdevops/python-ujotypes