bloomberg / memray

Memray is a memory profiler for Python
https://bloomberg.github.io/memray/
Apache License 2.0
13.17k stars 392 forks source link

Fix Dockerfile - python3.9 #481

Closed nfsec closed 11 months ago

nfsec commented 11 months ago

Image debian:latest contains python3.11 so "docker build" returns error:

[3/8] RUN python3.9 -m venv "/venv": 0.349 /bin/sh: 1: python3.9: not found

python3.9 is installed in Debian Bullseye release.