← Back to context Comment by redactsureAI 21 hours ago ec2 node? 3 comments redactsureAI Reply eli 21 hours ago Or just a VM that doesn't share so much with your host. Just makes for a more annoying dev experience. dist-epoch 19 hours 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 9 hours ago I'd like to be able to see and edit the code in an IDE
eli 21 hours ago Or just a VM that doesn't share so much with your host. Just makes for a more annoying dev experience. dist-epoch 19 hours 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 9 hours ago I'd like to be able to see and edit the code in an IDE
dist-epoch 19 hours 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 9 hours ago I'd like to be able to see and edit the code in an IDE
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