Samuel Gaist
Samuel Gaist
Hitting the same issue, I found what the culprit might be. The getting started guide gives commands that for the majority of the tasks executes on the host machine. If...
Hi @alexellis, since you closed this ticket, should I abandon my pull request ?
You are bringing very good questions. In my original idea I had essentially BinderHub in mind and the optimization of the image building process. For example, avoid generating a big...
I am not sure to follow you properly. Do you have something like this in mind ? `repo2docker.conf`: ``` pre-build: hook: /path/to/extra_ignore_hook.py name: extra_ignore args: /path/to/extra_ignore_file ``` ?
I currently don't know why the changed file linting failed as I installed the pre-commit hooks and just to be sure I manually ran them on the files I changed...
@agunapal Description fixed ! Sorry for the wrong content, I had it opened in parallel to the ticket and thought I had updated the description before saving.
@agunapal I just realized that in order for the test to run properly, kserve must be installed and based on my experience the `kserve[storage]` variant. While adding it to `developer.txt`,...
I think the overhead is not worth it. After having fiddled a bit more with `test_mnist.sh`, I can suggest three solutions: 1. Set the kserve version to `v0.11.0` (which is...
KServe 0.11.0 run for protocol v2 prior to this PR Check status of the pod NAME READY STATUS RESTARTS AGE torchserve-mnist-v2-predictor-00001-deployment-9569d6f8b-8w6pb 1/2 Running 0 2m Name: torchserve-mnist-v2-predictor-00001-deployment-9569d6f8b-8w6pb Namespace: default Priority:...
As an example of something that should be part of the contributor documentation: https://falco.org/blog/intro-development-falco/ The simple trick for using a local checkout of falcosecurity/libs is very handy when one wants...