-
Notifications
You must be signed in to change notification settings - Fork 5
/
Dockerfile
17 lines (16 loc) · 1.49 KB
/
Dockerfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
FROM alpine
LABEL org.opencontainers.image.title="Mindsdb" \
org.opencontainers.image.description="Streamline AI development with MindsDB in your Docker environment. Deploy, manage, and scale your AI models seamlessly" \
org.opencontainers.image.vendor="Ajeet Singh Raina" \
com.docker.desktop.extension.api.version="0.3.0" \
com.docker.extension.screenshots=
com.docker.extension.categories="Databases" \
com.docker.desktop.extension.icon="https://uploads-ssl.webflow.com/62a8755be8bcc86e6307def8/63b75a4a90fefbed813c6549_Mindsdb-V%20logo.svg" \
com.docker.extension.detailed-description="Mindsdb is an open-source machine learning framework that allows users to create predictive models using natural language queries. Mindsdb uses a combination of automated machine learning (AutoML) techniques and a knowledge graph to analyze data and generate predictions." \
com.docker.extension.publisher-url="https://github.com/collabnix/mindsdb-docker-extension" \
com.docker.extension.additional-urls='[{"title":"Documentation","url":"https://docs.mindsdb.com/what-is-mindsdb/"}, {"title":"Support","url":"https://github.com/mindsdb/mindsdb/discussions"}, {"title":"Terms of Service","url":"https://mindsdb.com/terms"}, {"title":"Privacy policy","url":"https://mindsdb.com/privacy-policy/"}]' \
com.docker.extension.changelog="https://raw.githubusercontent.com/collabnix/mindsdb-docker-extension/main/CHANGELOG.md"
COPY docker-compose.yaml .
COPY metadata.json .
COPY mindsdb.svg .
COPY ui ui