{"id":19665491,"url":"https://github.com/zytedata/unsloth_docker","last_synced_at":"2026-02-14T20:35:26.046Z","repository":{"id":254422574,"uuid":"846485737","full_name":"zytedata/unsloth_docker","owner":"zytedata","description":"A working Dockerfile that has unsloth with all the other dependencies","archived":false,"fork":false,"pushed_at":"2024-08-23T10:48:21.000Z","size":2,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-10-07T23:37:22.707Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zytedata.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-23T10:05:26.000Z","updated_at":"2025-02-06T09:21:14.000Z","dependencies_parsed_at":"2024-08-23T11:30:50.752Z","dependency_job_id":"42242c18-c805-4735-9c7e-ae9b12f5465f","html_url":"https://github.com/zytedata/unsloth_docker","commit_stats":null,"previous_names":["zytedata/unsloth_docker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zytedata/unsloth_docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zytedata%2Funsloth_docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zytedata%2Funsloth_docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zytedata%2Funsloth_docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zytedata%2Funsloth_docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zytedata","download_url":"https://codeload.github.com/zytedata/unsloth_docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zytedata%2Funsloth_docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29455358,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T15:52:44.973Z","status":"ssl_error","status_checked_at":"2026-02-14T15:52:11.208Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T16:23:06.493Z","updated_at":"2026-02-14T20:35:26.028Z","avatar_url":"https://github.com/zytedata.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# unsloth_docker\n\nA minimal working `Dockerfile` that has unsloth with all the other dependencies.\n\n### How to use\n\nBuild image:\n\n```bash\ndocker build -t unsloth .\n```\n\nRun using GPUs:\n\n```bash\ndocker run --gpus all -it unsloth\n```\n\n\nImport and to see if it's working. Run:\n\n```python\nfrom unsloth import FastLanguageModel\n\nmodel, tokenizer = FastLanguageModel.from_pretrained(\n    model_name=\"unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit\",\n    max_seq_length=2048,\n    dtype=None,\n    load_in_4bit=True,\n)\n```\n\nIt shows that everything is fine (import ok and FA2 = True):\n\n\n```\n🦥 Unsloth: Will patch your computer to enable 2x faster free finetuning.\n==((====))==  Unsloth 2024.8: Fast Llama patching. Transformers = 4.43.4.\n   \\\\   /|    GPU: NVIDIA L4. Max memory: 21.964 GB. Platform = Linux.\nO^O/ \\_/ \\    Pytorch: 2.2.1+cu121. CUDA = 8.9. CUDA Toolkit = 12.1.\n\\        /    Bfloat16 = TRUE. FA [Xformers = 0.0.25.post1. FA2 = True]\n \"-____-\"     Free Apache license: http://github.com/unslothai/unsloth\nmodel.safetensors: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 5.70G/5.70G [00:32\u003c00:00, 176MB/s]\ngeneration_config.json: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 234/234 [00:00\u003c00:00, 1.54MB/s]\ntokenizer_config.json: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 55.4k/55.4k [00:00\u003c00:00, 5.45MB/s]\ntokenizer.json: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 9.09M/9.09M [00:00\u003c00:00, 26.7MB/s]\nspecial_tokens_map.json: 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 340/340 [00:00\u003c00:00, 2.44MB/s]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzytedata%2Funsloth_docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzytedata%2Funsloth_docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzytedata%2Funsloth_docker/lists"}