spotty icon indicating copy to clipboard operation
spotty copied to clipboard

Training deep learning models on AWS and GCP instances

Results 23 spotty issues
Sort by recently updated
recently updated
newest added

Is there a way to list all the running instances ? Use case : Suppose multiple instances are launched using Spotty. Now I don't have a track of instances which...

Option for source image is imageUri, not imageUrl.

Hi @apls777 , I have a problem with AWS NVIDIA AMI which fails to start with this error: `2022-05-24 14:37:40,730 P3042 [INFO] The following signatures couldn't be verified because the...

Hi there, Thank you for the amazing tool. I have been trying to use spotty to make a CPU instance on GCP. Below is the `spotty.yaml` file which I am...

bug

I think the docs should be updated at https://spotty.cloud/docs/providers/aws/instance-parameters.html since `spotty aws create-ami` no longer works since it looks like the create-ami command was removed. However, I was wondering why...

Coming from https://github.com/apls777/spotty/issues/44, it's sometimes needed to launch a regular instance for dataset downloads and preprocessing on a CPU instance without occasional instance termination (preprocess scripts get messy otherwise). For...

feature

Hi, I couldn't find a gcp example besides the one in #68 , but I get the following error: ``` Preparing the deployment template... Error: ------ ``` What am I...

New config param `instances.parameters.inboundIp`. Allows users to specify an inbound IP address or range, which is then used to whitelist all ports, including 22, in the instance's security group. By...

Whitelisting inbound traffic to cloud instances from the local IP will provide an additional sense of security for when you know you won't need to communicate from any other device....

I'm trying to use spotty for the first time but I ran into an error after running `spotty start` and it tried to build my docker container: ``` Step 2/5...

feature