Update dockerfile to use correct ferveo version.

pull/3115/head
derekpierre 2023-04-20 16:16:04 -04:00 committed by Kieran Prasch
parent 19229ab08c
commit 51abd2bc2d
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ COPY . /code
RUN pip3 install .[ursula]
RUN pip3 install --force-reinstall nucypher-core@git+https://github.com/KPrasch/nucypher-core.git@b2a56784f41e89b702e74c14a56f461c9b8a233f#subdirectory=nucypher-core-python
RUN pip3 install --force-reinstall ferveo@git+https://github.com/nucypher/ferveo.git@2a69e64965c9825765c305c0e6ae7f168af26900#subdirectory=ferveo-python
RUN pip3 install --force-reinstall ferveo@git+https://github.com/KPrasch/ferveo.git@7a5c5fc8be49894c0affd0da32b80e29e6e1ee8e#subdirectory=ferveo-python
RUN export PATH="$HOME/.local/bin:$PATH"
CMD ["/bin/bash"]