From 20ebda1f5d089e63e92e491d3f1591d972c79ed8 Mon Sep 17 00:00:00 2001 From: Blake Bullwinkel Date: Mon, 18 Nov 2024 23:04:21 -0800 Subject: [PATCH] added temporary installation path --- pyrit/auxiliary_attacks/gcg/src/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyrit/auxiliary_attacks/gcg/src/Dockerfile b/pyrit/auxiliary_attacks/gcg/src/Dockerfile index d3153fb13..b4c039e44 100644 --- a/pyrit/auxiliary_attacks/gcg/src/Dockerfile +++ b/pyrit/auxiliary_attacks/gcg/src/Dockerfile @@ -16,7 +16,8 @@ RUN conda env create -p $CONDA_ENVIRONMENT_PATH -f conda_dependencies.yaml -q && RUN conda list -RUN git clone https://github.com/Azure/PyRIT.git +# https://github.com/Azure/PyRIT.git +RUN git clone -b blakebullwinkel/pso_retry https://github.com/blakebullwinkel/PyRIT.git RUN cd PyRIT && pip install -e .[dev,gcg] && pip install git+https://github.com/lm-sys/FastChat.git@2c68a13bfe10b86f40e3eefc3fcfacb32c00b02a