Submitted by I_will_delete_myself t3_115z9hc in MachineLearning
Demortus t1_j94q9zd wrote
Running Linux on your desktop/laptop makes it significantly easier to run projects on the cloud. Namely, you will be familiar with all dependencies needed to run your project and how to install them online. Moreover, you will not need to make many, if any changes, to your scripts to get them to work.
Mefaso t1_j95hjkm wrote
>Running Linux on your desktop/laptop makes it significantly easier to run projects on the cloud
Just as a note, this can easily be done in a docker consider on windows as well.
Lifaux t1_j9572rl wrote
Alternatively, you can always use WSL2 if you don't want to dual boot.
VaxxBetrayal t1_j975a7w wrote
Embrace extend extinguish.
I_will_delete_myself OP t1_j94qohm wrote
I agree. It also helps with deploying an API for you model. Also systemMD is useful to keep things running is the server gets reset for whatever reason.
Viewing a single comment thread. View all comments