You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-3Lines changed: 15 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,14 @@
3
3
## what does it do
4
4
5
5
The Tool will be used to deploy on skypilot. It aims to simplify the deployment process.
6
-
In the end, the application needs to merge different .yaml files (pyMc-/user Files) together
6
+
In the end, the application needs to merge different .yaml files (pyMc-/user Files) together.
7
+
8
+
The library can be used and configured in 3 forms
9
+
10
+
- via a Python API and by passing configuration as parameters
11
+
- via the CLI and YAML files for configuration
12
+
- via the CLI and command line parameters for configuration.
13
+
7
14
# Quickstart
8
15
9
16
## Installation
@@ -25,7 +32,7 @@ cd PyMC-Server
25
32
pip3 install .# run `pip3 install -e .` if you want to be able to edit the code
26
33
```
27
34
28
-
###Setting up a cloud: Google Cloud
35
+
## Setting up a cloud: Google Cloud
29
36
30
37
1. Run `pymcs check` to see if you already have credentials setup. If you see a green checkmark for GCP (Google Cloud Platform), skip to the next section
31
38
2. Install the google cloud SDK and authenticate.
@@ -71,7 +78,12 @@ roles/iam.securityAdmin
71
78
72
79
>Note: If you use PyMC-Server as part of an organization, your GCP admin might have setup a role already (e.g. `pymc-server-role `) and you can easily attach your user to it.
73
80
74
-
### Status of your deployments
81
+
# Yaml configuration
82
+
# Command Line Usage
83
+
## Start a new single or multi-node cluster (with YAML configuration)
84
+
Setup a configuration file (see #Yaml-configuration)
85
+
## Start a new single or multi-node cluster (with CLI parameter configuration)
86
+
## Status of your deployments
75
87
76
88
To check the status of all your deployments run `pymcs status`. A table is printed to your terminal.
0 commit comments