Hello from Docker!
message. Otherwise, check the Docker’s Get Started documentation.
detach
flag, it will return the container ID and not follow the logs:docker run
is a native Docker command used to start a container-p 47334:47334
publishes port 47334 to access MindsDB GUI and HTTP API-p 47335:47335
publishes port 47335 to access MindsDB MySQL API-v $(pwd)/mdb_data:/root/mdb_storage
maps the newly created folder mdb_data
on the host machine to the /root/mdb_storage
inside the containermindsdb/mindsdb
is the container we want to start127.0.0.1:47334
in your browser.
/root/mindsdb_config.json
, as below.
MKL_SERVICE_FORCE_INTEL
environment variable, as below.
CREATE MODEL
statement.
Check out the Use Cases section to follow tutorials that cover Large Language Models, Chatbots, Time Series, Classification, and Regression models, Semantic Search, and more.