Managing tasks or integrating a third-party service reliant on webhooks can be a hassle. This is due to the necessity of setting up the service on you…
My memo and playground
Managing tasks or integrating a third-party service reliant on webhooks can be a hassle. This is due to the necessity of setting up the service on you…
Due to specific development requirements, I’ve configured my machine with both WSL and VirtualBox running Ubuntu to accommodate different needs.…
Recently, I got a task that I have to work on it on my Ubuntu VM instead of WSL. I set up everything I have currently and try to run the project up, b…
While developing a new project, it’s possible that you may need to leverage some modules or code from other project. Then it comes out git submo…
If you have used docker desktop version on Windows, you may see that the docker image file getting bigger and bigger, but never gives back the space t…
I was working on one of the projects from my work. That project is a CLI tool to run LoRA training and generation. If you have read the post below, th…
I was working on a project from my work. That project needs to add dependencies Pytorch 2.0.0 + CUDA 11.8. However, the dependencies are from https://…
Install NVIDIA driver Before we start, you need to install NVIDIA driver from here https://www.nvidia.com/download/index.aspx To check which CUDA vers…
Found the answer on stackoverflow https://stackoverflow.com/a/68663970 The issue is the current login user cannot access docker. Open your terminal an…
To do so, you need to install Mongodb tool. https://www.mongodb.com/docs/database-tools/ To dump from Mongodb atlas To restore from dump to local Mong…