mirror of https://github.com/nucypher/nucypher.git
Update dockerfile to use correct ferveo version.
parent
19229ab08c
commit
51abd2bc2d
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue