-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Rebrand to apolo * fix ci * another way
- Loading branch information
1 parent
e4fcf71
commit 0c9e0c5
Showing
7 changed files
with
66 additions
and
57 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
* | ||
!requirements | ||
!docker-entrypoint.sh | ||
!neuro.readme | ||
!apolo.readme |
This file contains 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 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 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 |
---|---|---|
@@ -0,0 +1,50 @@ | ||
|
||
. | ||
-##. | ||
-**##: +@@@ | ||
+***** : +@@@ | ||
+***** -=- =@@@@@%#@@@ .@@@.@@@@@@. :@@@@@@@: +@@@ +@@@@@@%. | ||
+++**+ @@@@@#%@@@@@ .@@@@@#%@@@@# @@@@@#@@@@@ +@@@ @@@@@#@@@@# | ||
.+++++= ****** =@@@- %@@@ .@@@- %@@@*@@@ .@@@*+@@@ %@@@ =@@@: | ||
===++- =***** =@@@: %@@@ .@@@. *@@@*@@@ .@@@#+@@@ @@@@ -@@@: | ||
.=====. =***** @@@@#:=@@@@@ .@@@@#:-@@@@%.@@@@+:*@@@@ +@@@ :@@@@-:#@@@@ | ||
.--===. .*****. %@@@@@@#@@@ .@@@-@@@@@@- #@@@@@@@* +@@@ .@@@@@@@@- | ||
.@@@ | ||
.@@@ | ||
.@@@ | ||
|
||
|
||
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: | ||
|
||
cookiecutter gh:neuro-inc/cookiecutter-neuro-project --checkout release | ||
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.neu.ro for more details. |
This file contains 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 was deleted.
Oops, something went wrong.
This file contains 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
cookiecutter==2.2.2 | ||
neuro-all==23.7.0 | ||
cookiecutter==2.6.0 | ||
neuro-all==24.7.0 |