mirror of https://github.com/nucypher/nucypher.git
Include optional prometheus installation with pip install nucypher[ursula] and inclusion in Dockerfile
parent
acedfd52c5
commit
7962c47f56
|
@ -7,6 +7,6 @@ RUN apt install gcc libffi-dev wget -y
|
|||
WORKDIR /code
|
||||
COPY . /code
|
||||
|
||||
RUN pip3 install . -r requirements.txt
|
||||
RUN pip3 install .[ursula]
|
||||
|
||||
CMD ["/bin/bash"]
|
||||
|
|
Loading…
Reference in New Issue