simpler install

This commit is contained in:
ricwo 2022-11-08 12:20:20 +01:00
parent 4bd4e38a6e
commit 5997f275ed

View file

@ -1,15 +1,8 @@
FROM nvidia/cuda:11.8.0-base-ubuntu22.04
# install python
RUN apt-get update
RUN apt install software-properties-common -y
RUN add-apt-repository ppa:deadsnakes/ppa -y
RUN apt update
RUN apt install python3.8 -y
# install pip
RUN apt install python3-pip -y
RUN apt-get update -y
RUN apt-get install -y python-pip python-dev build-essential
# install portaudio
RUN apt -y install portaudio19-dev