Hydrospheredata / hydro-serving-manager

Part of the Hydrosphere.io project.
http://docs.hydrosphere.io
4 stars 4 forks source link

Model doesn't build because of upper-case letters usage #27

Closed techkuz closed 4 years ago

techkuz commented 4 years ago

Steps to reproduce: Give your model a name consisting with upper-case letters.

kind: Model
name: Linear_regression
runtime: "hydrosphere/serving-runtime-python-3.6:2.1.0"
install-command: "pip install -r requirements.txt"

The model will not build and the UI will show 0 in its building logs .

Docker logs:

java.lang.IllegalStateException: Could not acquire image ID or digest following build
KineticCookie commented 4 years ago

Fixed in #30