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

Can't access the Acumos portal

Background: VMware15.0 ubuntu16.04-64bit 32G RAM + 16Core CPU /etc/hosts: 192.168.79.130 localhost Doing this (and typing the sudo password when prompted): git clone https://gerrit.acumos.org/r/system-integration apt-get -y update apt-get -y…
lo.ol
  • 7
  • 3
0
votes
1 answer

CDS API is not ready after 300 seconds

Background: VMware15.0 ubuntu16.04-64bit 32G RAM + 16Core CPU /etc/hosts: 192.168.79.130 localhost Doing this (and typing the sudo password when prompted): git clone https://gerrit.acumos.org/r/system-integration apt-get -y update apt-get -y install…
lo.ol
  • 7
  • 3
0
votes
1 answer

Errors trying to install Acumos

Background: VMware15.0 ubuntu16.04-64bit 32G RAM + 16Core CPU /etc/hosts: 192.168.79.130 localhost Doing this (and typing the sudo password when prompted): git clone https://gerrit.acumos.org/r/system-integration apt-get -y update apt-get -y…
lo.ol
  • 7
  • 3
0
votes
3 answers

nexus status is Pending

When I deploy the Acumos used the command“bash oneclick_deploy.sh 2>&1 | tee aio_deploy.log” it is not successful and print out “nexus status is Pending” ①I used an existing k8s cluster:Minikube ②the command"bash…
lo.ol
  • 7
  • 3
0
votes
1 answer

Errors trying to install Acumos Boreas release

Having a hope that the Acumos Boreas OneClick (and other install scripts) actually work now... I am trying, on behalf of the AI4EU project (Task 3.2) to install the Acumos Boreas release on an Ubuntu 18.04 server again. Unfortunately my hope is…
0
votes
1 answer

Acumos Boreas docker-proxy and docker-dind fails when using the installation procedures

I have tried to setup Acumos Boreas on a single Ubuntu 18.04 Virtual Machine (with 12 CPU's, 32 GB RAM and 300 GB Disk space) using the following procedure: 0) git clone https://gerrit.acumos.org/r/system-integration 1) cd…
0
votes
3 answers

Acumos Boreas install fails starting docker-proxy on Ubuntu 18.04 VM

I am now trying to install Acumos Boreas on an Ubuntu Quemu/KVM VM with 12CPU's (cores) 32G RAM and 300G disk space following this procedure: 0) git clone https://gerrit.acumos.org/r/system-integration 1) bash setup_docker.sh Add user to docker…
0
votes
1 answer

Error executing cmn-data-svc-ddl-dml-mysql-2.2-sql during AIO

Running the script acumos_k8s_prep.sh throws an error during database initialization: + sedi '1s/^/use acumos_cds;\n/' cmn-data-svc-ddl-dml-mysql-2.2.sql + sed --version + sed -i -- '1s/^/use acumos_cds;\n/' cmn-data-svc-ddl-dml-mysql-2.2.sql +…
mwelss-fhg
  • 13
  • 2
0
votes
2 answers

Acumos: docker container unable to find files

I am trying to test a model that I onboarded to the Acumos platform (with python client). Running the image in docker fails with this error : File "h5py/h5f.pyx", line 85, in h5py.h5f.open OSError: Unable to open file (unable to open file: name =…
0
votes
3 answers

Acumos model download failed

I installed Acumos using AIO oneclick_deploy.sh docker command. I have successfully managed to upload a sample tensorflow model and made it available in the Marketplace. When I try do download (i.e. clicking on the "Download" button) the model from…
0
votes
3 answers

Verification email when new Acumos user registers not received

According to the documentation, new users should receive an email verification email from Acumos when registering. On our newly deployed Acumos instance this is not the case. I have verified that using mail -s "Test mail setup" xxxxx@gmail.com (CLI…
0
votes
1 answer

Facing a Problem While Installing Acumos using One click Deploy method(Kubernetes)

I have Followed below process for installing Acumos in an Ubuntu 18 Server. Open a shell session (bash recommended) on the host on which (for single AIO deployment) or from which (for peer-test deployment) you want to install Acumos, and clone the…
Sunil Sunny
  • 531
  • 7
  • 30
0
votes
3 answers

Acumos onboarding errors when onboarding a Python model

I followed the example here: https://pypi.org/project/acumos in order to onboard a (very simple) Python model to Acumos. When I try to onboard the model as a normal user (with MLP System User or Publiser role) I get some sort of authentication…
0
votes
0 answers

Acumos "Site Admin" changes with unexpected side effects

After following the AIO install procedure I logged in as admin user on the Acumos portal (https://xxxxxx:30443/#/home) and changed only the "Site Instance Name" in "Site Admin->Site Configuration". This did change the name of the site on the home…
0
votes
1 answer

Acumos installation and /var/lib/docker size

After doing the Acumos oneclick_deploy.sh install and running Acumos for a day I noticed that the /var/lib/docker folder contains 14GB of data. Is this normal? Will it increase? Can it be cleaned up in some way (in case it is junk)?