mirror of
https://github.com/transformerlab/transformerlab-api.git
synced 2025-04-19 19:36:18 +03:00
Docker: Add git to CUDA build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user