From da3a0d125fc3c90e3bffa73aa3f0a83c0073348d Mon Sep 17 00:00:00 2001 From: gifrerenom <lluis.gifre@cttc.es> Date: Wed, 15 Nov 2023 10:38:49 +0000 Subject: [PATCH] Deploy specs: - Added forecaster component --- my_deploy.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/my_deploy.sh b/my_deploy.sh index 99e5d4059..525cb20ac 100755 --- a/my_deploy.sh +++ b/my_deploy.sh @@ -40,6 +40,9 @@ export TFS_COMPONENTS="context device pathcomp service slice compute webui load_ # Uncomment to activate TE #export TFS_COMPONENTS="${TFS_COMPONENTS} te" +# Uncomment to activate Forecaster +#export TFS_COMPONENTS="${TFS_COMPONENTS} forecaster" + # Set the tag you want to use for your images. export TFS_IMAGE_TAG="dev" -- GitLab