Ding Ma

Results 8 comments of Ding Ma

Sovled, check pull request. I set it for F8, but we can change it! it simply copies the url fo the current document on your clipboard

I have been building python 3.9 to 3.11 containers with [deadsnake](https://ppa.launchpadcontent.net/deadsnakes/ppa/ubuntu/) python releases. They are meant for ubuntu but they are perfectly compatible with debian

I managed to build Java 21 and Python 3.12 distroless images based off of the debian SID release channel. I created my own debian package fetch script which generates a...

I'm still working on open sourcing the code. I'll submit PR once it is approved and you guys can decide which version to keep. The builds are based off of...

I made it worked this way 1. Install pip/peotry into a distroless container (build container). Make sure to run in exec/vector mode as there is no shell. 2. Build your...

```dockerfile ARG PYTHON_VERSION=3.11 FROM golang as builder - download pip FROM gcr.io/distroless/python3-debian12:latest as py-build - user root:root (need root to build) - copy over pip - RUN ["python", "/tmp/get-pip.py"] -...

I maintain a fork of this project a work. We build for Python 3.10, 3.11, 3.12, 3.13. We use the Docker Debian Python image and extract the binaries out, then...

@loosebazooka can we sync on this? I can show you how we do it at NVIDIA. I'd love to contribute this out so we don't have to maintain the fork....