-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapolo.readme
51 lines (33 loc) · 2.26 KB
/
apolo.readme
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
.
-##.
-**##: +@@@
+***** : +@@@
+***** -=- =@@@@@%#@@@ .@@@.@@@@@@. :@@@@@@@: +@@@ +@@@@@@%.
+++**+ @@@@@#%@@@@@ .@@@@@#%@@@@# @@@@@#@@@@@ +@@@ @@@@@#@@@@#
.+++++= ****** =@@@- %@@@ .@@@- %@@@*@@@ .@@@*+@@@ %@@@ =@@@:
===++- =***** =@@@: %@@@ .@@@. *@@@*@@@ .@@@#+@@@ @@@@ -@@@:
.=====. =***** @@@@#:=@@@@@ .@@@@#:-@@@@%.@@@@+:*@@@@ +@@@ :@@@@-:#@@@@
.--===. .*****. %@@@@@@#@@@ .@@@-@@@@@@- #@@@@@@@* +@@@ .@@@@@@@@-
.@@@
.@@@
.@@@
Welcome to Apolo!
You are already logged in.
To list all possible commands in platform CLI and pipeline engine, run:
apolo --help
apolo-flow --help
Run a simple job:
apolo run alpine:latest echo 'Hello, World!'
Create a project, upload project files and run a Jupyter notebook:
apolo-flow init
# Follow the instructions
cd <project directory>
apolo-flow build train
apolo-flow upload ALL
apolo-flow run jupyter --suffix trial
Open the link suggested by the last command and dive into a Jupyter notebook session.
Please don't forget to kill your jobs!
apolo-flow kill jupyter trial # kill jupyter only
apolo kill $(apolo -q ps) # kill all active jobs
apolo kill $(hostname) # kill current shell only
Visit our docs at https://docs.apolo.us for more details.