From 566cf3bc5b14c3a93bbc0ffb39c4007fc512b9f6 Mon Sep 17 00:00:00 2001 From: chris-admin Date: Tue, 16 Sep 2025 20:20:01 +0200 Subject: [PATCH] Add Project Workflow --- Project-Workflow.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Project-Workflow.md diff --git a/Project-Workflow.md b/Project-Workflow.md new file mode 100644 index 0000000..d59810b --- /dev/null +++ b/Project-Workflow.md @@ -0,0 +1,7 @@ +# Project Workflow + +We have these following possibilities + +- **Run docker with GPU inside**: May be initially harder and it is hardware dependent +- **Run baremetal**: May be easier to start with, but more difficult to deploy +- **Rent a machine (preferably with CUDA)**: May be the easiest option, but there may be problem with source code \ No newline at end of file