Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Cloudless
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DE VRIES Sjoerd
Cloudless
Commits
4c02cd8b
Commit
4c02cd8b
authored
10 months ago
by
Sjoerd de Vries
Browse files
Options
Downloads
Patches
Plain Diff
overhaul for 0.13, finalized
parent
2f5f7121
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
README.md
+3
-1
3 additions, 1 deletion
README.md
cloudless-delegate-stop
+3
-1
3 additions, 1 deletion
cloudless-delegate-stop
cloudless-test-serve-graph
+9
-0
9 additions, 0 deletions
cloudless-test-serve-graph
scripts/cloudless.py
+2
-0
2 additions, 0 deletions
scripts/cloudless.py
with
17 additions
and
2 deletions
README.md
+
3
−
1
View file @
4c02cd8b
...
@@ -26,11 +26,13 @@ Instances themselves (/instance/.../) are accessible to everyone, also for modif
...
@@ -26,11 +26,13 @@ Instances themselves (/instance/.../) are accessible to everyone, also for modif
TODO: create rpbs/cloudless conda package.
TODO: create rpbs/cloudless conda package.
TODO: make a seamless-cloudless Docker compose script with rpbs/cloudless and rpbs/seamless-cli in it.
TODO: make a seamless-cloudless Docker compose script with rpbs/cloudless and rpbs/seamless-cli in it.
The above will be an alternative installation.
-
Pull the Seamless Docker image (
`docker pull rpbs/seamless`
)
-
Pull the Seamless Docker image (
`docker pull rpbs/seamless`
)
-
Create a new Python environment with seamless-cli in it:
-
Create a new Python environment with seamless-cli in it:
`conda create -n cloudless -c rpbs -c conda-forge seamless-cli -y && conda activate cloudless`
`conda create -n cloudless -c rpbs -c conda-forge python=3.10 seamless-cli -y && conda activate cloudless`
Alternatively, Cloudless can also run from the Seamless development conda environment.
-
Install Cloudless dependencies. They are currently in meta.yaml.
-
Install Cloudless dependencies. They are currently in meta.yaml.
...
...
This diff is collapsed.
Click to expand it.
cloudless-delegate-stop
+
3
−
1
View file @
4c02cd8b
...
@@ -4,4 +4,6 @@ set -u -e
...
@@ -4,4 +4,6 @@ set -u -e
currdir
=
`
python3
-c
'import os,sys;print(os.path.dirname(os.path.realpath(sys.argv[1])))'
$0
`
currdir
=
`
python3
-c
'import os,sys;print(os.path.dirname(os.path.realpath(sys.argv[1])))'
$0
`
source
$currdir
/cloudless-fill-environment-variablesseamless-delegate-stop
source
$currdir
/cloudless-fill-environment-variables
\ No newline at end of file
seamless-delegate-stop
\ No newline at end of file
This diff is collapsed.
Click to expand it.
cloudless-test-serve-graph
0 → 100755
+
9
−
0
View file @
4c02cd8b
#!/bin/bash
set
-u
-e
assistant_name
=
$1
currdir
=
`
python3
-c
'import os,sys;print(os.path.dirname(os.path.realpath(sys.argv[1])))'
$0
`
source
$currdir
/cloudless-fill-environment-variables
seamless-serve-graph-safe
$*
\ No newline at end of file
This diff is collapsed.
Click to expand it.
scripts/cloudless.py
+
2
−
0
View file @
4c02cd8b
...
@@ -88,8 +88,10 @@ class IncompleteInstance:
...
@@ -88,8 +88,10 @@ class IncompleteInstance:
error
=
False
error
=
False
error_message
=
None
error_message
=
None
container
=
None
container
=
None
container_logger
=
None
creation_time
=
None
creation_time
=
None
custom_status_graph
=
None
custom_status_graph
=
None
service_dir
=
None
instances
=
{
instances
=
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment