intel-analytics / analytics-zoo

Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray
https://analytics-zoo.readthedocs.io/
Apache License 2.0
18 stars 4 forks source link

[BIGDL-2.0] orca unit test script and jenkins job #96

Closed yangw1234 closed 3 years ago

yangw1234 commented 3 years ago

orca unit test script outline:

  1. build dllib whl
  2. install dllib
  3. build orca whl
  4. install orca
  5. run test

original approach rely on PYTHONPATH may not work due to package conflict.