Questions tagged [acumos]

Questions about Acumos AI, a platform and open source framework that makes it easy to build, share, and deploy AI apps.

Acumos AI is a platform and open source framework that makes it easy to build, share, and deploy AI apps.

https://www.acumos.org/

50 questions
0
votes
1 answer

fiscal area in the supplier information tab of the purchase order

Could you help me, I am changing the tax area code by adaptation, however the taxes are not updated, what am I missing or how can I change the related taxes when I change the tax area? This is my code, through this event that I'm doing. protected…
Tibu
  • 31
  • 1
  • 8
0
votes
1 answer

Acumos Installation

need some help getting acumos running. Have VM with Ubuntu 20.04.4 Followed flow-1 here: https://docs.acumos.org/en/latest/submodules/system-integration/docs/z2a/tl-dr.html#flow-1 acumos-k8s-portal-be-569bf85dc-kx89b-shows pending When I go to…
0
votes
0 answers

Unable to deploy Acumos in local VM using AIO deployment (Deploying as a Privileged (sudo) User)

Following below steps for AIO deployment: $ git clone https://gerrit.acumos.org/r/system-integration $ if [[ "$(id -nG "$USER" | grep docker)" == "" ]]; then sudo usermod -aG docker $USER; fi $ bash system-integration/tools/setup_k8s_stack.sh…
0
votes
1 answer

Unable to deploy Acumos Portal on local VM. |

Following the Flow 1 steps the pods status for acumos: kubectl get pods -A Status of Pods Logs for acumos-cds Logs for acumos-docker ubuntu16.04-64bit 32G RAM + 16Core CPU
0
votes
0 answers

How can I upload data files to ACUMOS and then read these data from Jupyter notebooks?

I'm working with an instance of ACUMOS platform, Clio release. I must use Jupyter notebooks in ACUMOS to analyze and prepare data for subsequent modelling. The only way I found until now to get the data in my notebooks is by uploading the files from…
datariel
  • 150
  • 11
0
votes
1 answer

How to install acumos AI demeter version?

I have already installed clio(acumos 3rd version) successfully but I faced some issues in creating pipeline, so I want to upgrade to "demeter" release. In order to install "demeter" release of acumos, I did git clone --single-branch --branch demeter…
sandejai
  • 931
  • 1
  • 15
  • 22
0
votes
1 answer

Acumos AI clio : Can not create pipeline

I have installed acumos clio release. I am able to onboard sample model, create acu-compose but failing to create pipelines. I understand there are few ways to create pipeline. Design studio --> Workbench --> Pipeline --> create pipeline Has no…
sandejai
  • 931
  • 1
  • 15
  • 22
0
votes
2 answers

acumos AI clio installation fails with "error converting YAML to JSON"

I have been trying to install clio release. VM : ubuntu 18.04 16 Cores 32 GB RAM 500 GB Storage. Command : bash /home/ubuntu/system-integration/tools/aio_k8s_deployer/aio_k8s_deployer.sh all acai-server ubuntu generic All most all steps of…
sandejai
  • 931
  • 1
  • 15
  • 22
0
votes
1 answer

Why ML Workbench on Acumos is not enabled?

I have created an account on Acumos portal, i.e. at the official Acumos website. When I sign in and go to Design Studio, I find ML Workbench grayed and disabled, being impossible to launch it. What are the previous steps necessary to gain access to…
datariel
  • 150
  • 11
0
votes
2 answers

Can't connect to MySQL using Acumos_mariadb_service docker container

I have installed the maria_db service as a docker component of Acumos. Even if the docker container is running, I am not able to execute the following command: mysql -h localhost -P 3306 --user=root --password=98dceddd-a364-4f76-abe0-b0dc7283fc7f -e…
0
votes
0 answers

How to connect a model and a datasource in Acumos ML Workbench?

I'm developping AI models under python and on-boarding them to Acumos. I'm training models with a training and testing dataset in local before on-boarding the trained model to Acumos Marketplace. Considering documentation here about datasource in ML…
0
votes
1 answer

Error trying to install Acumos Clio using AIO

Background: Openstack VM(rocky) ubuntu16.04-64bit 16G RAM + 8Core CPU + 100GB disk Done the following steps: git clone -b 3.0.1 https://gerrit.acumos.org/r/system-integration (both in ubuntu and root) bash system-integration/tools setup_docker.sh…
sowmya
  • 11
  • 1
0
votes
1 answer

On-boarding dockerized model, model build for onap and license problem in acumos clio

I installed acumos 3.02 in Ubuntu 16.04 & 3.03 in Ubuntu 18.04 through system-integration successfully. I can on-board model through "ON-BOARDING BY WEB", but I have some problem. 1.On-boarding dockerized model I tried to on-board a docker image…
mcdd
  • 1
  • 1
0
votes
1 answer

Data Pipelines not available

When I open Home / Design Studio / ML Workbench / Data Pipelines An error occurred: Server is not available.Error: connect ECONNREFUSED 10.104.209.167:9090 PS: VMWare Ubuntu16.04 64bit AIO 3.0.1 All k8s pods running successfully, and all docker…
lo.ol
  • 7
  • 3
0
votes
2 answers

Some problems about acumos platform

Thanks again for Bryan's guidance. With AIO3.0.1, Acumos platform under k8s has been successfully installed and the platform website can be accessed successfully, All pods are running. A few days after I used the platform, I had several…
lo.ol
  • 7
  • 3