问题
I'm new to docker . Attempting to setup a docker container with the base image for h2o.
URL : https://hub.docker.com/r/h2oai/h2o-open-source-k8s
I have a challenge now . h2o when running in a docker gets exposed via the defined port :say 54321
So if I want to import my pre-trained models into the container and build my own image , Is this possible ?
How do access my models then from external applications ?.
I'm quite confused. Any guidance will be of great help .
来源:https://stackoverflow.com/questions/62655956/importing-model-file-into-docker-container-h2o