raptor-ml / raptor

Transform your pythonic research to an artifact that engineers can deploy easily.
https://raptor.ml
Apache License 2.0
148 stars 11 forks source link

Fix: docker build is failing #181

Closed AlmogBaku closed 1 year ago

AlmogBaku commented 1 year ago

This PR fixes the docker building process actually to work :)

  1. Runtime: fix the location to allow relative copies
  2. Fixes argument passing
  3. Reorder the Runtime docker to create better caching
  4. Fixing an issue with a wrong interface reference(fix: fix wrong reference to the api.RuntimeManager)