From 21477dd4506dc2e22976ae33f519425e6216b730 Mon Sep 17 00:00:00 2001 From: yihanzhao Date: Tue, 24 Dec 2024 13:12:34 +1100 Subject: [PATCH] install git to pull pytorchvideo dep from github --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 4d7e063..250442d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,7 @@ RUN dnf install -y \ gcc \ jq \ unzip \ + git \ tmux # Set up Python 3.9 and pip