Skip to content

Commit

Permalink
refactor(pm4py): updating Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
fit-alessandro-berti committed Apr 11, 2024
1 parent 154a650 commit 340a7ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 340a7ce

Please sign in to comment.