{"id":20632759,"url":"https://github.com/acm-uiuc/gpu-cluster","last_synced_at":"2025-09-01T03:36:24.707Z","repository":{"id":142800074,"uuid":"100051089","full_name":"acm-uiuc/gpu-cluster","owner":"acm-uiuc","description":"Root repo for ACM GPU Cluster","archived":false,"fork":false,"pushed_at":"2019-02-23T23:40:42.000Z","size":22,"stargazers_count":2,"open_issues_count":8,"forks_count":1,"subscribers_count":25,"default_branch":"master","last_synced_at":"2025-03-15T23:54:14.635Z","etag":null,"topics":["ai","deep-learning","gpu","gpu-cluster","nvidia"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/acm-uiuc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-08-11T16:29:11.000Z","updated_at":"2024-11-17T14:46:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"a900950e-ae17-4e16-9f41-b830511f814c","html_url":"https://github.com/acm-uiuc/gpu-cluster","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/acm-uiuc/gpu-cluster","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acm-uiuc%2Fgpu-cluster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acm-uiuc%2Fgpu-cluster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acm-uiuc%2Fgpu-cluster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acm-uiuc%2Fgpu-cluster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/acm-uiuc","download_url":"https://codeload.github.com/acm-uiuc/gpu-cluster/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acm-uiuc%2Fgpu-cluster/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273069858,"owners_count":25040136,"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-09-01T02:00:09.058Z","response_time":120,"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":["ai","deep-learning","gpu","gpu-cluster","nvidia"],"created_at":"2024-11-16T14:17:18.556Z","updated_at":"2025-09-01T03:36:24.684Z","avatar_url":"https://github.com/acm-uiuc.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gpu-cluster\nRoot repo for ACM GPU Cluster\n\n[![Join the chat at https://acm-uiuc.slack.com/messages/C6XH6H85S](https://img.shields.io/badge/slack-GPU%20Cluster-724D71.svg)](https://acm-uiuc.slack.com/messages/C6XH6H85S)\n\n## Overview \n\nThe GPU Cluster Project breaks down into a couple parts.\n\n### Javascript \n\n[GPU Cluster Frontend](https://github.com/acm-uiuc/gpu-cluster-frontend) - Frontend written in React, calls backend\n\n### Python \n\n[GPU Cluster Backend](https://github.com/acm-uiuc/gpu-cluster-backend) - Backend written in python, recieves requests and creates containers\n\n[nvdocker](https://github.com/acm-uiuc/nvdocker) - A python package to manage interfacing with GPU enabled containers\n\n### [Nvidia] Docker\n\n[GPU Cluster Images](https://github.com/acm-uiuc/gpu-cluster-images) - Standard Deep Learning Containers\n\n### Slurm \n\nCluster management software. \n\n## Getting Started\n\nMake sure you have Node.js, Yarn and Python and Docker installed before starting \n\n[Install Node](http://til.acm.illinois.edu/nodejs/install-nvm/)\n\n[Install Docker](https://docs.docker.com/compose/install/)\n\n[Install nvidia-docker](https://github.com/NVIDIA/nvidia-docker)\n\nThere are a couple components of the GPU Cluster. To get all of the source run:\n\n```\ngit clone --recursive git@github.com:acm-uiuc/gpu-cluster\n````\n\nYou can also use repo if you like that better\n\n1. Install repo - https://android.googlesource.com/tools/repo/\n\n    Mac OS\n    ```sh\n    brew install repo \n    ```\n\n    Ubuntu 14.04+\n    ```sh    \n    sudo apt install repo\n\n    ```\n2. Make a directory to house your GPU Cluster work\n    ```sh\n    mkdir $GOPATH/src/github.com/acm-uiuc/gpu-cluster\n    ```\n    \n3. Within this directory run the following command to start managing the projects\n\n    ```sh    \n    repo init -u git@github.com:acm-uiuc/gpu-cluster\n    ```\n    \n4. Run the following command to grab the latest of all the repos \n\n    ```sh    \n    repo sync\n    ```\n\nIf you are going to work on the Docker images, make sure to have an NVIDIA Graphics Card and have NVIDIA Docker installed in addition to Docker.\nhttps://github.com/NVIDIA/nvidia-docker\n\nTo start you can build the cluster with ```./build_gpu_cluster```. Then you can use ```./gpu_cluster``` to start the interface on port 4000. \n\nIf you want to install the cluster as a daemon, place the repo in ```/usr/local/gpu-cluster``` or change gpu_cluster.ini to reflect the location of the ```./gpu_cluster``` executable. \n\nThen install circus with \n```\npip install circus\n```\nThen create a systemd service following these instructions and pointing to ```gpu_cluster.ini```\n\n\u003e http://circus.readthedocs.io/en/latest/for-ops/deployment/\n\n\n\n\nDeployed as a daemon using systemd and circus\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facm-uiuc%2Fgpu-cluster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Facm-uiuc%2Fgpu-cluster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facm-uiuc%2Fgpu-cluster/lists"}