public release 0.5.0 for Python Package Index

This commit is contained in:
Mario Fink
2021-03-03 18:55:36 +01:00
parent 62239e2aeb
commit 1be064b4f7
5 changed files with 24 additions and 9 deletions

View File

@@ -7,8 +7,9 @@ RUN DEBIAN_FRONTEND=noninteractive \
python3-pip \
python3-setuptools
RUN python3 -m pip install -i https://test.pypi.org/simple/ TDMtermite-RecordEvolution==0.6.7 && \
python3 -m pip install --upgrade TDMtermite-RecordEvolution
# RUN python3 -m pip install -i https://test.pypi.org/simple/ TDMtermite-RecordEvolution==0.6.7 && \
# python3 -m pip install --upgrade TDMtermite-RecordEvolution
RUN python3 -m pip install TDMtermite
# CMD ["sleep","3600"]
CMD ["python3","-m","pip","freeze"]