Fotis Nikolaidis

Results 47 comments of Fotis Nikolaidis

> Could you give some specific examples of applications that fit this statement, and need sidecar/init containers? As a significant and complex feature that falls outside of the main focus...

Argo's engine is based on the sidecar pattern -- so sidecar support is needed even for the simplest workflows. An Argo workflow consists of steps. Each step is a pod...

You need to run the first cell '!pip install...'. This is to install an older numpy version.

Summary of tasks: 1. rename `superduperdb/superduperdb` to `superduperdb/base` 2. introduce `superduperdb/cuda_base` 3. Add an example of how users can use `FROM superduperdb/base` to build their custom application images.

@blythed Why do we need both latest and stable versions ? My suggestion would be as follows: * `Latest`: This refers to the most recent minor or major release. It's...

This is caused by the paths not being propagated from notebooks to workers. One solution is to define the paths everywhere are environment variables. The other solution is rely on...

@tri-adam After looking at the code, I wonder if the `--key` in verification is needed. Instead, users can create self-signed certificates and use them directly in `--certificate`. https://devopscube.com/create-self-signed-certificates-openssl/ Removing the...

Ha ! you are fast ;p I was editing my previous answer when I saw your response. My concern is about the first point, since it can be represented by...

This should become "ready" instead of running.

This remains tricky because Call may refer to services that are not yet created. Therefore, we cannot retrieve its spec. It may need some "guessing" to find the type of...