Skip to content

Commit

Permalink
Update mindsdb.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yunqiqiliang committed Nov 23, 2023
1 parent 62a6af9 commit 572278a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docker/mindsdb.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ COPY . /mindsdb
WORKDIR /mindsdb
# RUN pip install "git+https://github.com/StpMax/clickhouse-sqlalchemy@5eadc4f"
# RUN pip install "git+https://github.com/ea-rus/snowflake-sqlalchemy"

# RUN pip install "mindsdb[web]"
# RUN pip install "mindsdb[file]"
# RUN pip install "mindsdb[openai]"
# RUN pip install "mindsdb[huggingface]"
# RUN pip install clickzetta-sqlalchemy
# RUN pip install mindsdb


RUN --mount=type=cache,target=/root/.cache/pip pip install --upgrade langchain && pip install "."


Expand Down Expand Up @@ -34,6 +43,13 @@ RUN echo "APT Package Install Completed"
RUN pip install watchfiles
COPY --link --from=extras /usr/local/lib/python3.10/site-packages /usr/local/lib/python3.10/site-packages

RUN pip install "mindsdb[web]"
RUN pip install "mindsdb[file]"
RUN pip install "mindsdb[openai]"
RUN pip install "mindsdb[huggingface]"
RUN pip install clickzetta-sqlalchemy
RUN pip install mindsdb

ENV FLASK_DEBUG "1"

EXPOSE 47334/tcp
Expand Down

0 comments on commit 572278a

Please sign in to comment.