diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-11-04 09:21:03 +0100 |
---|---|---|
committer | zhao yehua <zhaoyh6@asiainfo.com> | 2021-11-04 13:17:45 +0000 |
commit | 302423c69fb45b242c2c41679e92491653a96611 (patch) | |
tree | b14f6fdfd39eed6281647523f907cddb78164f5b /standalone/src/main/assembly/requirements.txt | |
parent | 8125d5d5cb024135b154b2539826ad11905fb1f6 (diff) |
Better Dockerfile
Instead of running several RUN and retrieve archive at run,
use best practices in order to have a cleaner (but not at the best)
Dockerfile.
Issue-ID: USECASEUI-605
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I7d55e8fc2fd4ba743e02f63960e389c081e705e9
Diffstat (limited to 'standalone/src/main/assembly/requirements.txt')
-rw-r--r-- | standalone/src/main/assembly/requirements.txt | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/standalone/src/main/assembly/requirements.txt b/standalone/src/main/assembly/requirements.txt new file mode 100644 index 0000000..10b5589 --- /dev/null +++ b/standalone/src/main/assembly/requirements.txt @@ -0,0 +1,26 @@ +entrypoints==0.3 +Flask==1.1.1 +future==0.17.1 +joblib==0.13.2 +json5==0.8.4 +jsonschema==3.0.1 +Keras-Applications==1.0.8 +Keras-Preprocessing==1.1.0 +lxml==4.3.4 +matplotlib==3.1.0 +numpy==1.16.4 +numpydoc==0.9.1 +openpyxl==2.6.2 +pandas==0.24.2 +protobuf==3.13.0 +requests==2.22.0 +scikit-learn==0.21.2 +setuptools==41.0.1 +six==1.12.0 +tensorboard==1.14.0 +tensorflow==1.14.0 +tensorflow-estimator==1.14.0 +urllib3==1.24.2 +xlrd==1.2.0 +XlsxWriter==1.1.8 +xlwt==1.3.0 |