Options

AI Hub installation error via docker

JiniJini Member Posts: 3 Newbie

Currently, I am trying to install RapidMiner AI Hub via docker on windows os.
By the way, when I install docker, the problem occurs in the 'rm_deploy_rm-proxy-svc_1' container.
The log appears as below.

----------------------------------------------------------------------------------------------------------------

[entrypoint.sh] No dhparam found, generating 2048 bit dhparam file:
[ERROR]: Unsupported containerisation platform
Generating DH parameters, 2048 bit long safe prime, generator 2
This is going to take a long time
Generating DH parameters, 2048 bit long safe prime, generator 2
This is going to take a long time
Generating DH parameters, 2048 bit long safe prime, generator 2
This is going to take a long time
Generating DH parameters, 2048 bit long safe prime, generator 2
This is going to take a long time
Generating DH parameters, 2048 bit long safe prime, generator 2
This is going to take a long time
...2022-09-07T07:18:14.681939000Z Generating DH parameters, 2048 bit long safe prime, generator 2
This is going to take a long time
[entrypoint.sh] No dhparam found, generating 2048 bit dhparam file:
[ERROR]: Unsupported containerisation platform
[entrypoint.sh] No dhparam found, generating 2048 bit dhparam file:
[ERROR]: Unsupported containerisation platform
[entrypoint.sh] No dhparam found, generating 2048 bit dhparam file:
[ERROR]: Unsupported containerisation platform
[entrypoint.sh] No dhparam found, generating 2048 bit dhparam file:
[ERROR]: Unsupported containerisation platform
[entrypoint.sh] No dhparam found, generating 2048 bit dhparam file:
[ERROR]: Unsupported containerisation platform
[entrypoint.sh] No dhparam found, generating 2048 bit dhparam file:
[ERROR]: Unsupported containerisation platform
[entrypoint.sh] No dhparam found, generating 2048 bit dhparam file:
[ERROR]: Unsupported containerisation platform
[entrypoint.sh] No dhparam found, generating 2048 bit dhparam file:
[ERROR]: Unsupported containerisation platform
[entrypoint.sh] No dhparam found, generating 2048 bit dhparam file:
[ERROR]: Unsupported containerisation platform
I've tried searching for this problem but can't find a solution.

----------------------------------------------------------------------------------------------------------------

The docker memory settings are set as shown in the figure below.


When installing Docker, the PUBLIC_DOMAIN, PUBLIC_URL, SSO_PUBLIC_URL, SERVER_LICENSE, GO_LICENSE parts were changed in the .env file, and the TABGO part was deleted because it was not applicable.


The PC with AI Hub installed is the Windows 10 Pro version and has 28GB of RAM.


What could be causing the problem?

Could it be that installing on Windows is a problem?

Is it a solvable problem if I install it on linux?


Please help.

Best Answer

  • Options
    BalazsBaranyBalazsBarany Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert Posts: 955 Unicorn
    Solution Accepted
    Hi!

    "[ERROR]: Unsupported containerisation platform" surely indicates that it might be an issue with the platform.

    I successfully deployed AI Hub on Windows for the Academy videos but that was just for evaluation, not a production installation. I haven't tested on Windows since then. Maybe there have been some changes. Docker on Windows is a combination that neither Docker Inc. nor Microsoft really like. 

    If possible, you should try on Linux, maybe in a VirtualBox VM if you'd like to run it on your existing Windows machine. 

    Regards,
    Balázs 
Sign In or Register to comment.