Fridolín Pokorný
Fridolín Pokorný
An example use case I can think of: Task `render1` pre-processes an image and stores it in a database/storage. Tasks `sum1` perform some random operation on image colors (e.g. create...
> What if I only want `othertask` to run after one of the `sum1` tasks specifically, how would I express that? It looks like you want to create a condition...
> I don't want either of those things though. > > I don't want a conditional, I just want othertask to be downstream of one specific instance of a sum1...
We try to approach few issues with micropipenv we observed when using pipenv in AICoE: Installing toolchain that is responsible for building the application during the actual build sounds like...
> > Installing toolchain that is responsible for building the application during the actual build sounds like a not good approach. The s2i container images should come with all the...
> > Yes, it should be installed during s2i python container build in a specific (tested) version. The same reason why pip is not installed on the application build. It...
Let me know if I can be somehow helpful here. We are using JanusGraph with Python to analyze Python packages in the Python ecosystem. Here is [an example notebook published](https://github.com/thoth-station/notebooks/blob/master/notebooks/Initial%20queries%20to%20JanusGraph.ipynb)...
A friendly ping - will this be eventually applied? It would definitely help us.
Thanks, @hhorak! :+1:
A wheel for Python 3.8 would be also helpful. Thanks!