-
Notifications
You must be signed in to change notification settings - Fork 0
GPU status endpoints #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
therishidesai
wants to merge
19
commits into
gpu_cluster_grows_up
Choose a base branch
from
multi-node
base: gpu_cluster_grows_up
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
b536d11
added status endpoint to get available gpus on a host
therishidesai ab53d3c
added api rule for status endpoint
therishidesai 7613ec5
updated create container to use new nvdocker functions
therishidesai 36d1d22
update gpu_cluster to run using new version of nvdocker
ezhang887 fbf0712
make domain name generic
ezhang887 776ea0f
fix typo
ezhang887 8150eef
Created new branch off of multi-node and copy pasted code from hackil…
JeffreyZh4ng e193ce2
Added some error checking for garbage docker names
JeffreyZh4ng d275358
Changed self to super for get port
JeffreyZh4ng bf1d98f
Made bug fixes
JeffreyZh4ng f83b49c
More bug fixes
JeffreyZh4ng 2ae70cf
Added self to some broken code
JeffreyZh4ng 35ae278
Changed GPU Controller
JeffreyZh4ng 3d5438e
fix bug
ezhang887 8de8445
move config to superclass + remove comma
ezhang887 3d2f284
add support for custom url to cpu_container_controller
ezhang887 a89230e
Merge pull request #19 from acm-uiuc/fix-domain-name
therishidesai 7e49c04
Merge branch 'multi-node' into custom-docker
ezhang887 c05dad5
Merge pull request #20 from acm-uiuc/custom-docker
JeffreyZh4ng File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule frontend
updated
6 files
+12,250 −0 | package-lock.json | |
+24 −45 | src/app/App.js | |
+1 −1 | src/app/footer/Footer.js | |
+7 −4 | src/app/frameworks/Frameworks.js | |
+1 −46 | src/app/frameworks/framework/Framework.css | |
+29 −15 | src/app/frameworks/framework/Framework.js |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,4 @@ docker==2.5.1 | |
flask-cors==3.0.3 | ||
PyYaml==3.12 | ||
celery==4.1.0 | ||
nvdocker==0.0.2a3 | ||
nvdocker==0.0.2a5 |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to and an api rule in register routes for flask to see it