Docker: Add git to CUDA build

This commit is contained in:
Tony Salomone
2025-03-28 13:10:46 -04:00
parent debcb4afcc
commit fabbf8fdf7

View File

@@ -8,6 +8,7 @@ ENV DEBIAN_FRONTEND=noninteractive
# Install minimal dependencies required for the install script
RUN apt-get update && apt-get install -y \
curl \
git \
python3.11 \
python3-pip \
python-is-python3