Rok Roškar
Rok Roškar
I think the problem is that `system` needs to be set on `jupyterWith` import - I've tried it like this: ```nix let pkgs = import { system = "x86_64-linux"; };...
@fstefanov this will write back the pointer but not delete the cached objects in `.git/lfs/objects` which still use up disk space. It also makes git think that the file has...
Looking at the above example (with a `graph.commit()` added before `graph.close()), it's also not clear to me how to load the triples. Should this work? ``` graph.open(SQLALCHEMY_URL, create=False) ``` `graph.all_nodes()`...
Thanks @faciolihenrique I've finally got it working. I believe the problem was that the db seems to get written to only on the `add()` method call - I was merging...
Thanks for the quick response @mwatts15 - there certainly might be some long(ish) URIs in my data. I'm wondering if there are any indexing options available to mitigate this problem?
I meant all the supporting k8s infra like cert-manager, ingress, load-balancer etc.
@ciyer the timeout will probably be exceeded if there is a problem starting the pod (like a missing image) - in that case I guess we should show the error...
@olevski is it possible for the notebook-service to retrieve information about this either from k8s or from jh? If so, then we should return this info in in the response...
you can make an image that's missing the `jupyterhub-singleuser` script so the container will fail to start - it will briefly say it's running, then change to pending and eventually...
Thanks @Panaetius - you're absolutely right, I forgot to add nextflow to the list - will do so now. Regarding the command semantics - yes you're right, I was being...