Skip to content

qd-today/pycurl-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pycurl-Lite-Docker

Python3.11:Alpine-edge only with pycurl

Repository

Github : https://github.com/qiandao-today/pycurl-docker

DockerHub : https://hub.docker.com/r/a76yyyy/pycurl

docker pull a76yyyy/pycurl:lite-latest

VERSION

  • 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

Pycurl-Docker

Python3.11:Alpine-edge with pycurl ddddocr

Repository

Github : https://github.com/qiandao-today/pycurl-docker

DockerHub : https://hub.docker.com/r/a76yyyy/pycurl

docker pull a76yyyy/pycurl:latest

VERSION

  • 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

Pycurl-Docker-default

Python:3.11-Alpine latest with pycurl - default ( not support TLS1.3 & Http3 & OnnxRuntime & ddddocr )

Repository

Github : https://github.com/qiandao-today/pycurl-docker/tree/default

DockerHub : https://hub.docker.com/r/a76yyyy/pycurl

docker pull a76yyyy/pycurl:default-latest

VERSION

  • 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