← Back to context Comment by redactsureAI 1 month ago ec2 node? 4 comments redactsureAI Reply eli 1 month ago Or just a VM that doesn't share so much with your host. Just makes for a more annoying dev experience. dist-epoch 1 month ago Why do you need to share anything? Code goes through GitHub - VM has it's own repo clone, if you need data files, you mount them read-only in the VM, have a read-write mount for output data. eli 1 month ago I'd like to be able to see and edit the code in an IDE 1 reply →
eli 1 month ago Or just a VM that doesn't share so much with your host. Just makes for a more annoying dev experience. dist-epoch 1 month ago Why do you need to share anything? Code goes through GitHub - VM has it's own repo clone, if you need data files, you mount them read-only in the VM, have a read-write mount for output data. eli 1 month ago I'd like to be able to see and edit the code in an IDE 1 reply →
dist-epoch 1 month ago Why do you need to share anything? Code goes through GitHub - VM has it's own repo clone, if you need data files, you mount them read-only in the VM, have a read-write mount for output data. eli 1 month ago I'd like to be able to see and edit the code in an IDE 1 reply →
Or just a VM that doesn't share so much with your host. Just makes for a more annoying dev experience.
Why do you need to share anything? Code goes through GitHub - VM has it's own repo clone, if you need data files, you mount them read-only in the VM, have a read-write mount for output data.
I'd like to be able to see and edit the code in an IDE
1 reply →