From 154a65042eac6c0124d60043c4fcc3c47ba0dc19 Mon Sep 17 00:00:00 2001 From: Alessandro Berti Date: Thu, 11 Apr 2024 15:25:51 +0200 Subject: [PATCH 1/2] refactor(pm4py): updating Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 84bc8b954..6967f983e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN pip install lxml==5.2.1 numpy==1.26.4 pandas==2.2.2 scipy==1.13.0 RUN pip install contourpy==1.2.1 fonttools==4.51.0 kiwisolver==1.4.5 matplotlib==3.8.4 pillow==10.3.0 #RUN cd / && git clone https://github.com/numpy/numpy.git && cd /numpy && git submodule update --init && pip3 install . -#RUN cd / && git clone https://github.com/pandas-dev/pandas/ && cd /pandas && pip3 install . +#RUN cd / && git clone https://github.com/pandas-dev/pandas.git && cd /pandas && pip3 install . #RUN cd / && git clone https://github.com/scipy/scipy.git && cd /scipy && git submodule update --init && pip3 install . #RUN cd / && git clone https://github.com/lxml/lxml.git && cd /lxml && pip3 install . From 340a7ce6de03451d6078b9fa96c6b5e3e14d31c2 Mon Sep 17 00:00:00 2001 From: Alessandro Berti Date: Thu, 11 Apr 2024 15:31:17 +0200 Subject: [PATCH 2/2] refactor(pm4py): updating Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 6967f983e..01694d7e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,6 +23,7 @@ RUN pip install contourpy==1.2.1 fonttools==4.51.0 kiwisolver==1.4.5 matplotlib= #RUN cd / && git clone https://github.com/pandas-dev/pandas.git && cd /pandas && pip3 install . #RUN cd / && git clone https://github.com/scipy/scipy.git && cd /scipy && git submodule update --init && pip3 install . #RUN cd / && git clone https://github.com/lxml/lxml.git && cd /lxml && pip3 install . +#RUN pip3 install matplotlib COPY . /app RUN cd /app && python setup.py install