Hey!
This is the project I created for my Generative AI Course.
Cloning: git clone https://github.com/Al0win/MonetAI.git cd MonetAI
#Docker may not work right now. Docker: docker build -t my-jupyter-cuda-cudnn . docker run --rm -it --gpus all -p 8888:8888 -v $(pwd)/monetai:/workspace my-jupyter-cuda-cudnn
- Before starting new work:
git pull origin main # Get latest changes
- After making changes:
git add .
git commit -m "Description of changes"
git push origin main # Or your feature branch