Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 4c02cd8b authored by Sjoerd de Vries's avatar Sjoerd de Vries
Browse files

overhaul for 0.13, finalized

parent 2f5f7121
No related branches found
No related tags found
No related merge requests found
...@@ -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.
......
...@@ -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
#!/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
...@@ -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 = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment