From 5f9f1c6b8d9cfe14ec14c3dfbc8236a307d8827e Mon Sep 17 00:00:00 2001 From: Arthur Zucker Date: Tue, 30 Apr 2024 18:16:22 +0200 Subject: [PATCH] [push-ci-image] open ssh client for git checkout fast --- docker/torch-light.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/torch-light.dockerfile b/docker/torch-light.dockerfile index ac760623736fa9..0f61c604c2a80c 100644 --- a/docker/torch-light.dockerfile +++ b/docker/torch-light.dockerfile @@ -1,7 +1,7 @@ FROM python:3.10-slim ENV PYTHONDONTWRITEBYTECODE=1 USER root -RUN apt-get update && apt-get install -y --no-install-recommends libsndfile1-dev espeak-ng time git g++ cmake pkg-config +RUN apt-get update && apt-get install -y --no-install-recommends libsndfile1-dev espeak-ng time git g++ cmake pkg-config openssh-client git ENV VIRTUAL_ENV=/usr/local RUN pip --no-cache-dir install uv && uv venv && uv pip install --no-cache-dir -U pip setuptools GitPython RUN pip install --no-cache-dir 'torch' 'torchvision' 'torchaudio' --index-url https://download.pytorch.org/whl/cpu