Logo
Explore Help
Register Sign In
yujunjun/graphrag-accelerator
1
0
Fork 0
You've already forked graphrag-accelerator
mirror of https://github.com/Azure-Samples/graphrag-accelerator.git synced 2025-10-04 13:26:31 +00:00
Code Issues Packages Projects Releases Wiki Activity
graphrag-accelerator/docker/Dockerfile-frontend

19 lines
428 B
Plaintext
Raw Normal View History

Add frontend application (#68) Co-authored-by: americanthinker <americanthinker@gmail.com> Co-authored-by: Tim <timothymeyers@users.noreply.github.com> Co-authored-by: Christine Caggiano <cdifonzo@microsoft.com>
2024-07-10 03:43:22 -04:00
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
FROM python:3.10
ENV PIP_ROOT_USER_ACTION=ignore
ENV PIP_DISABLE_PIP_VERSION_CHECK=1
ENV SETUPTOOLS_USE_DISTUTILS=stdlib
COPY frontend /frontend
Update frontend UI app (#174) Co-authored-by: dorbaker <dorbaker@microsoft.com>
2024-09-19 01:09:26 -04:00
RUN cd frontend \
&& pip install poetry \
Add frontend application (#68) Co-authored-by: americanthinker <americanthinker@gmail.com> Co-authored-by: Tim <timothymeyers@users.noreply.github.com> Co-authored-by: Christine Caggiano <cdifonzo@microsoft.com>
2024-07-10 03:43:22 -04:00
&& poetry config virtualenvs.create false \
Update frontend UI app (#174) Co-authored-by: dorbaker <dorbaker@microsoft.com>
2024-09-19 01:09:26 -04:00
&& poetry install
Add frontend application (#68) Co-authored-by: americanthinker <americanthinker@gmail.com> Co-authored-by: Tim <timothymeyers@users.noreply.github.com> Co-authored-by: Christine Caggiano <cdifonzo@microsoft.com>
2024-07-10 03:43:22 -04:00
WORKDIR /frontend
EXPOSE 8080
CMD ["streamlit", "run", "app.py", "--server.port", "8080"]
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 250ms Template: 31ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API