From 31275b4b3562614e87bfd184faf7e28bc25ce0c7 Mon Sep 17 00:00:00 2001 From: Arielle Leon Date: Sun, 29 Sep 2024 23:18:20 -0700 Subject: [PATCH] Remove git askpass --- environment/Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/environment/Dockerfile b/environment/Dockerfile index 7d779ba..79aaf27 100644 --- a/environment/Dockerfile +++ b/environment/Dockerfile @@ -4,10 +4,6 @@ ENV EXTRACTION_URL=https://github.com/AllenNeuralDynamics/aind-ophys-extraction- ARG DEBIAN_FRONTEND=noninteractive -ARG GIT_ASKPASS -ARG GIT_ACCESS_TOKEN -COPY git-askpass / - RUN pip3 install -U --no-cache-dir \ torch --index-url https://download.pytorch.org/whl/cpu