From 9cecd22da8c02dd4ca22f69644b0df486d20e9f5 Mon Sep 17 00:00:00 2001 From: Arielle Leon Date: Fri, 18 Oct 2024 02:18:51 +0000 Subject: [PATCH] Edited Dockerfile --- environment/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/environment/Dockerfile b/environment/Dockerfile index adfefcc..dd00244 100644 --- a/environment/Dockerfile +++ b/environment/Dockerfile @@ -4,8 +4,8 @@ ENV EXTRACTION_URL=https://github.com/AllenNeuralDynamics/aind-ophys-extraction- ARG DEBIAN_FRONTEND=noninteractive -ENV PIPELINE_URL="" -ENV PIPELINE_VERSION="" +ENV PIPELINE_URL="https://codeocean.allenneuraldynamics.org/capsule/6127754/tree" +ENV PIPELINE_VERSION="1.0" ENV VERSION="2.0" ARG GIT_ASKPASS