{"id":20677740,"url":"https://github.com/guildai/_guild-docker-legacy","last_synced_at":"2026-03-15T01:03:47.346Z","repository":{"id":110398018,"uuid":"97624799","full_name":"guildai/_guild-docker-legacy","owner":"guildai","description":"Legacy code Guild's Docker support","archived":false,"fork":false,"pushed_at":"2017-07-18T17:15:59.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-10T19:25:31.263Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Makefile","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/guildai.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":"2017-07-18T17:15:20.000Z","updated_at":"2017-11-01T22:22:58.000Z","dependencies_parsed_at":"2023-05-06T13:24:26.299Z","dependency_job_id":null,"html_url":"https://github.com/guildai/_guild-docker-legacy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/guildai/_guild-docker-legacy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guildai%2F_guild-docker-legacy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guildai%2F_guild-docker-legacy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guildai%2F_guild-docker-legacy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guildai%2F_guild-docker-legacy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guildai","download_url":"https://codeload.github.com/guildai/_guild-docker-legacy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guildai%2F_guild-docker-legacy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27992273,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-23T02:00:07.087Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-16T21:16:55.112Z","updated_at":"2025-12-24T01:35:51.006Z","avatar_url":"https://github.com/guildai.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker support for Guild AI\n\nThis project is a preliminary implementation of Docker image/container\nsupport for Guild AI. It is currently structured to build from Guild\nsource (see https://github.com/guildai/guild) and generates a local\nDocker image. Operations are defined in `Makefile`.\n\n## Preparation\n\nClone both the Guild source and this Docker project:\n\n```\n$ git clone https://github.com/guildai/guild.git\n$ git clone https://github.com/guildai/guild-docker.git\n```\n\n## Creating Docker image\n\nChange into the Docker project and run `make`:\n\n```\n$ cd guild-docker\n$ make VERSION=XXX\n```\n\nwhere `XXX` is the version of Guild to generate. This value should\ncorrespond to the current working code in the Guild source project. If\nyou are on an untagged commit in the Guild source, use a shortened\nversion of the git commit.\n\nThis command will create a release of Guild using the specified\nversion and then create the Docker image.\n\n## Running Guild from the Docker image\n\nIn the Docker project, run:\n\n```\n$ make run\n```\n\nThis will start the Docker container for Guild and attach your\nconsole. From there you can run Guild commands.\n\nFor example, to train the MNIST example:\n\n```\n$ git clone https://github.com/guildai/guild-examples.git\n$ cd guild-examples/mnist2\n$ guild prepare\n$ guild train\n```\n\n## Opening another bash session to the Docker container\n\nTo open another bash session in an running container, run:\n\n```\n$ make attach\n```\n\nFrom this session you can run other Guild commands such as `guild\nview`.\n\n## Stopping a container\n\nSimply exit from all connected sessions to stop the container. Note\nthat this will not delete the container. To delete a stopped container\nyou must use `docker rm CONTAINER-ID`. Use `docker ps -a` to list all\ncontainers along with their IDs.\n\n## Starting a stopped container\n\nTo start a stopped container, run:\n\n```\n$ make start\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguildai%2F_guild-docker-legacy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguildai%2F_guild-docker-legacy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguildai%2F_guild-docker-legacy/lists"}