We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b2810f1 + 1618e10 commit 8a7aaddCopy full SHA for 8a7aadd
tutorials/kubernetes/Dockerfile
@@ -4,7 +4,7 @@ RUN apt-get update && \
4
apt-get install -y python3-pip && \
5
apt-get install -y git && \
6
apt-get install -y tini && \
7
- pip3 install easyvvuq && \
+ pip3 install easyvvuq --break-system-packages && \
8
git clone https://github.com/UCL-CCS/EasyVVUQ.git
9
10
ENTRYPOINT ["tini", "--"]
0 commit comments