maybe 3.9

This commit is contained in:
ricwo 2022-11-08 12:22:44 +01:00
parent 5997f275ed
commit 9b0daff66e

View file

@ -1,8 +1,7 @@
FROM nvidia/cuda:11.8.0-base-ubuntu22.04
# install python
RUN apt-get update -y
RUN apt-get install -y python-pip python-dev build-essential
RUN apt-get update && apt-get install -y python3.9 python3.9-dev python3-pip
# install portaudio
RUN apt -y install portaudio19-dev