Python3.11:Alpine-edge only with pycurl
Github : https://github.com/qiandao-today/pycurl-docker
DockerHub : https://hub.docker.com/r/a76yyyy/pycurl
docker pull a76yyyy/pycurl:lite-latest
- PYTHON_VERSION == 3.11
- CURL_VERSION == 7.86.0
- OPENSSL_VERSION == 3.0.7+quic
- PYCURL_VERSION == 7.45.2
LDFLAGS="-Wl,-rpath,/usr/lib" ./configure \
--with-openssl=/usr \
--with-nghttp2=/usr \
--with-nghttp3=/usr \
--with-ngtcp2=/usr \
--prefix=/usr \
--enable-ipv6 \
--enable-unix-sockets \
--with-libidn2 \
--disable-static \
--disable-ldap \
--with-pic \
--with-gssapi
Python3.11:Alpine-edge with pycurl ddddocr
Github : https://github.com/qiandao-today/pycurl-docker
DockerHub : https://hub.docker.com/r/a76yyyy/pycurl
docker pull a76yyyy/pycurl:latest
- PYTHON_VERSION == 3.11
- CURL_VERSION == 7.86.0
- OPENSSL_VERSION == 3.0.7+quic
- PYCURL_VERSION == 7.45.2
- ONNXRUNTIME_TAG == v1.13.1
- DDDDOCR_VERSION == 1.4.7
LDFLAGS="-Wl,-rpath,/usr/lib" ./configure \
--with-openssl=/usr \
--with-nghttp2=/usr \
--with-nghttp3=/usr \
--with-ngtcp2=/usr \
--prefix=/usr \
--enable-ipv6 \
--enable-unix-sockets \
--with-libidn2 \
--disable-static \
--disable-ldap \
--with-pic \
--with-gssapi
Python:3.11-Alpine latest with pycurl - default ( not support TLS1.3 & Http3 & OnnxRuntime & ddddocr )
Github : https://github.com/qiandao-today/pycurl-docker/tree/default
DockerHub : https://hub.docker.com/r/a76yyyy/pycurl
docker pull a76yyyy/pycurl:default-latest
- PYTHON_VERSION == 3.11
- CURL_VERSION == 7.86.0
- OPENSSL_VERSION == 3.0.7
- PYCURL_VERSION == 7.45.2
./configure \
--with-ssl \
--with-nghttp2=/usr \
--prefix=/usr \
--enable-ipv6 \
--enable-unix-sockets \
--with-libidn2 \
--disable-static \
--disable-ldap \
--with-pic \
--with-gssapi