HelperSheets/docker/unsloth
2024-09-21 10:56:46 +02:00
..
assets Dateien nach "docker/unsloth/assets" hochladen 2024-09-21 10:56:46 +02:00
Dockerfile docker/unsloth/Dockerfile hinzugefügt 2024-09-21 10:37:07 +02:00
README.md docker/unsloth/README.md hinzugefügt 2024-09-21 10:56:21 +02:00

Unsloth in a docker container

Very important

The complete docker image is designed for CUDA 12.1! On the Host there has to be CUDA 12.1 and docker installed.

Run nvidia-smi on the Host to see if you are using the right Conda version.

nvidia-smi

Build the container with:

docker build -t cuda-unsloth-jupyter .

And mount your directory to the /app path when starting.

docker run --rm  --gpus=all -v path_to_files:/app -d cuda-unsloth-jupyter

--rm: This flag automatically deletes the container after it exits, freeing up disk space and keeping the environment clean. Add the -it flag to run the container in interactive mode, giving you direct access to its shell. Use -d to detach the container and run it in the background. Combining -itd allows you to interact with the container initially, then detach, leaving it running in the background.

Currently tested with:

GPU Model Memory (GB)
RTX 3090 Ti 24