ai-center
2024.10
false
AI Center user guide
- Before you begin
- Getting started
- Installing AI Center
- Migration and upgrade
- Projects
- Datasets
- Data Labeling
- ML packages
- Out of the box packages
- Pipelines
- ML Skills
- ML Logs
- Document UnderstandingTM in AI Center
- AI Center API
- How to
- Licensing
- Basic Troubleshooting Guide
Make sure that AI Center is up and running in both environments.
Additionally, the following prerequisites must be met on the machine where the migration script runs:
- A Linux machine with the following dependencies installed:
aws s3,s3cmd,jq,zip. The machine can be one of the AI Center machines or a new one. For more information, see the example below. - Connectivity with both AI Center instances.
- Connectivity with both Orchestrator instances (in case the instances are not the same).
- Connectivity with SQL servers (in case the instances are not the same).
- Possibility to access both AI Center instances.
Installing aws s3, s3cmd, jq, zip dependencies
Note:
In case of unmet dependencies, run the following commands with no packages: assignment
sudo su
sudo apt install -y jq awscli s3cmd zip git
sudo apt --fix-broken install
sudo apt install -y jq awscli s3cmd zip
sudo su
sudo apt install -y jq awscli s3cmd zip git
sudo apt --fix-broken install
sudo apt install -y jq awscli s3cmd zip
Install MS SQL utility from here. You can do so by running the following commands:
sudo su
curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
curl https://packages.microsoft.com/config/ubuntu/16.04/prod.list | sudo tee /etc/apt/sources.list.d/msprod.list
sudo apt-get update
sudo apt-get install mssql-tools unixodbc-dev
sudo apt-get update
sudo apt-get install mssql-tools
echo 'export PATH="$PATH:/opt/mssql-tools/bin"' >> ~/.bash_profile
echo 'export PATH="$PATH:/opt/mssql-tools/bin"' >> ~/.bashrc
source ~/.bashrc
sudo su
curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
curl https://packages.microsoft.com/config/ubuntu/16.04/prod.list | sudo tee /etc/apt/sources.list.d/msprod.list
sudo apt-get update
sudo apt-get install mssql-tools unixodbc-dev
sudo apt-get update
sudo apt-get install mssql-tools
echo 'export PATH="$PATH:/opt/mssql-tools/bin"' >> ~/.bash_profile
echo 'export PATH="$PATH:/opt/mssql-tools/bin"' >> ~/.bashrc
source ~/.bashrc