Example JSON model parser and Schema. (#5137)

This commit is contained in:
Jiaming Yuan
2019-12-23 19:47:35 +08:00
committed by GitHub
parent a4b929385e
commit 1d0ca49761
8 changed files with 655 additions and 15 deletions

View File

@@ -22,7 +22,7 @@ ENV GOSU_VERSION 1.10
# Install Python packages
RUN \
pip install pyyaml cpplint pylint astroid sphinx numpy scipy pandas matplotlib sh recommonmark guzzle_sphinx_theme mock \
breathe matplotlib graphviz pytest scikit-learn wheel kubernetes urllib3 && \
breathe matplotlib graphviz pytest scikit-learn wheel kubernetes urllib3 jsonschema && \
pip install https://h2o-release.s3.amazonaws.com/datatable/stable/datatable-0.7.0/datatable-0.7.0-cp37-cp37m-linux_x86_64.whl && \
pip install "dask[complete]"