VirtuslabRnD / scalapy-tensorflow

Static facades for using TensorFlow in ScalaPy
MIT License
3 stars 0 forks source link

Speed up CI builds #10

Closed PawelLipski closed 4 years ago

PawelLipski commented 4 years ago

Would be nice to run the pipeline in docker images instead of fetching all the Python packages in the pipeline itself every time.

PawelLipski commented 4 years ago

...and/or reduce sample sizes, they're too large as for now; we don't need the tests to actually compute any values, but rather to check if any problems can occur in the runtime (native linking/Python dependencies etc.)