Eunsoo Park (Evan)
Eunsoo Park (Evan)
@mihirkapadiap #580 is WIP, but effective to resolve delayed kernel start issue. Now I'm looking into how to resolve this "concurrency" issue and "scalability" issue. https://discourse.jupyter.org/t/scalable-enterprise-gateway/2014/7 EDIT: I've just posted...
> there are other metric pieces (via prometheus) in place in various projects as well. I love prometheus, too :+1:
In my case this issue is raised by two reasons. 1. missing OS packages. Needed to install those by `!apt-get install libsm6 libxrender1 libfontconfig1`. > opencv-python needs OS package such...
@lresende Glad to hear that. AFAIK, First case is already resolved in `kernel-py` and `kernel-tf-py`, but not in `kernel-tf-gpu-py`. https://github.com/jupyter/enterprise_gateway/blob/9c38f1e14917173bcf8e7f204a5f3a97f7e89a31/etc/docker/kernel-tf-gpu-py/Dockerfile#L2 I'm going to add commands to `Dockerfile` for installation packages...
@kevin-bates My opinion about item 2. 1. If we have to set `1000/100` uid to `/home/jovyan`, then your saying is right. However I don't prefer to change permission in `Dockerfile`...
Okay, I maybe misunderstood your point. I thought `runAsUser` implicitly says "I'm running a pod on NFS volume!". Unless NFS volume is mounted, `initContainer` wouldn't affect home directory. In the...
I didn't address `sys.path` issue but missing OS dependency issue. I've checked the fact that `sys.path` doesn't include user site packages before *first* user package is installed. It is about...
@achandak123 , Hi Amit Unfortunately, I'm not working on it and I don't think I can handle this since I'm working on anther project now. I'd appreciate it if someone...