cesium-ml / cesium

Machine Learning Time-Series Platform
Other
671 stars 101 forks source link

Cryptic error when missing docker images #56

Closed bnaul closed 9 years ago

bnaul commented 9 years ago

Running the custom feature tests without first pulling or building the required docker images gives an error like: APIError: 500 Server Error: Internal Server Error ("json: cannot unmarshal string into Go value of type struct {}"). Should catch this somewhere higher up and present an error that relates to docker somehow.

acrellin commented 9 years ago

I'm getting APIError: 404 Client Error: Not Found ("No such image: mltsp/base_disco (tag: latest)") when trying to run the custom feature tests without the required image.

stefanv commented 9 years ago

This was due to an invalid usage of the volumes parameter. Fixed in #57

acrellin commented 9 years ago

@bnaul, I think this has to do with the changes to the Docker volume mount paths introduced in #57 - though I am unable to reproduce this on my machine when the required container is not present

acrellin commented 9 years ago

@stefanv, that's what I was thinking, thanks.