Skip to content

Commit

Permalink
added temporary installation path
Browse files Browse the repository at this point in the history
  • Loading branch information
blakebullwinkel committed Nov 19, 2024
1 parent f91210e commit 20ebda1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyrit/auxiliary_attacks/gcg/src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 20ebda1

Please sign in to comment.