Prasanth Baskar

Results 68 comments of Prasanth Baskar

This is not an issue in 2.13. @spantaleev can you check on v2.13.1 ?

I have written a shell script to workaround this in the meantime. ```sh #!/bin/sh envFile="/envFile" # Check if the file exists if [ ! -f "$envFile" ]; then echo "Environment...

Best Approach would be allowing kitops to be used via docker container. (this should work for all platforms) then we can slowly publish official packages to different linux distros. Hope...

> I would like to work on this issue. Below is a first draft which works well on my Ubuntu and Mac. I'll test it on Windows and submit for...

@amisevsk I would also believe packages over install scripts. It is much more maintainable that way. Also simple `go install` might also work but I am not sure if this...

This is one of the discussions I ran into, People store really huge model datasets ranging from 2TB to 13TB. These datasets rarely change, and when they do, the updates...