mirekphd

Results 83 comments of mirekphd

I've just noticed that simply not calling `glue` for unwanted Scraps (e.g. by executing notebook cell with all unwanted `glue` calls commented out) and then saving the notebook will avoid...

Try to set the `--ip` parameter of `clair-scanner` to your external IP rather than default `localhost` (caution: `--ip` is for the client IP, `--clair` is for server IP): ``` own_ip=$(hostname...

I got the `i/o timeout` error even with correct IP and port, when I moved a working script with clair-scanner from the host to a container (`jenkins/jenkins`): ``` 2019/12/11 09:26:48...

Related issues: https://github.com/arminc/clair-scanner/issues/74 (@Doqnach) https://github.com/arminc/clair-scanner/issues/14 (@justingood)

> To realy solve this, I think that we can use more sub fields in the file I think a robust solution requires predictable key names, like they do perfectly...

Excellent design, but I'd start by copying Kubernetes format, where a single `image` key covers all possible variations, with or without registry or tag, and add only one optional key:...

> I got this working. My setup is one of running coreos/clair:latest as a container on my host, so I set the ip to the docker0 interface IP. > >...

Please be aware that the current instructions from https://github.com/arminc/clair-scanner open Clair's port 6060 (`docker run -p 6060:6060`) to the whole internet (which can be verified with `curl to your external...

It's not rare, in fact very reproducible (even on a single machine). Not restricted to classifiers (regressors are affected too). Not even restricted to SynapseML, because `lightgbm_ray.RayLGBMRegressor` is affected too....

It seems to be a `LightGBM`+`Ray` or `lightgbm_ray` issue, because in an identical setup against the same Ray cluster _XGBoost_ (`xgboost_ray.RayXGBRegressor`) training works correctly. Where should I create an issue...