install git

This commit is contained in:
ricwo 2022-11-08 13:28:04 +01:00
parent aeb9e98432
commit 6d3e092448

View file

@ -4,7 +4,7 @@ FROM nvidia/cuda:11.8.0-base-ubuntu22.04
RUN apt-get update && apt-get install -y python3 python3-pip python3-dev
# install portaudio
RUN apt -y install portaudio19-dev
RUN apt -y install portaudio19-dev git
# torch
RUN pip install torch==1.12.1+cu116 torchvision==0.13.1+cu116 torchaudio==0.12.1 --extra-index-url https://download.pytorch.org/whl/cu116