Oleg Polosin
Oleg Polosin
Hi Andrew, Thanks! I think it's a great idea to add AWS Batch support. The idea behind Spotty is to have an abstraction over any "provider". It can be instances...
@tekumara An AWS Batch job you can just run and forget about it. The instance will be terminated automatically once the job is done. The current functionality assumes that you...
@khumairraj @turian Sorry for the delay in getting back to you. The issue in both your configs is in the `mountDir: /workspace` parameter. Just remove it and it will work....
@khumairraj Most likely, it's an issue with the GCP image. Try to update it to the latest one - see my reply [here](https://github.com/spotty-cloud/spotty/issues/108#issuecomment-965911241).
Thank you for the usecase, Vadim. I guess at the moment the workflow looks like this: ``` spotty start spotty run build spotty download -i 'build/*' spotty stop ``` Do...
I don't know if this model will run on a GPU as-is, but I don't see any reason why it won't, maybe with some small changes to the code. Not...
No, Spotty doesn't have this feature at the moment.
Hi @qraleq, Sorry for the late reply, didn't have much time to maintain the project. Is it still relevant?
Yes, I know about this provider, it would be great to integrate it with Spotty. Looking forward to your PR!