File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22# SPDX-License-Identifier: Apache-2.0
33
44FROM intel/oneapi-basekit:2025.1.1-0-devel-ubuntu24.04
5- ARG IPEX_LLM_VERSION=2.3.0b20250629
65
76RUN apt-get update && apt-get install -y --no-install-recommends software-properties-common
87RUN add-apt-repository -y ppa:kobuk-team/intel-graphics
@@ -27,8 +26,8 @@ USER ubuntu
2726ENV PATH="/opt/intel/llm-app/.venv/bin:$PATH"
2827ENV LD_LIBRARY_PATH=".:$LD_LIBRARY_PATH"
2928RUN python3 -m pip install --upgrade pip \
30- && python3 -m pip install --pre --upgrade ipex-llm[cpp]==${IPEX_LLM_VERSION} \
31- && python3 -m pip install --upgrade accelerate==0.33.0 \
29+ && python3 -m pip install --pre ipex_llm[cpp] --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/ \
30+ && python3 -m pip install accelerate==0.33.0 \
3231 && init-ollama
3332
3433HEALTHCHECK --interval=60s --timeout=5m --start-period=5s --retries=5 \
Original file line number Diff line number Diff line change 1- fastapi [ all ]
1+ fastapi >= 0.115.0
22uvicorn
33pydantic < 2
44soxr
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Install the latest [Ubuntu* 24.04 LTS Desktop](https://releases.ubuntu.com/noble
2121Docker and docker compose should be setup before running the commands below. Refer to [ here] ( https://docs.docker.com/engine/install/ ) to setup docker.
2222
2323### 3. Install necessary GPU drivers.
24- - Refer to [ here] ( ../../../README.md#- 5-minute-quick-start ) to setup GPU drivers
24+ - Refer to [ here] ( ../../../README.md#5-minute-quick-start ) to setup GPU drivers
2525
2626## Application ports
2727Please ensure that you have these ports available before running the applications.
@@ -72,7 +72,8 @@ docker compose up -d
7272![ Alt Text] ( ./assets/signup.png )
7373
7474### 5. Configure OpenAI, TTS and STT API Link
75- * Open the Admin Panel from the top left corner.
75+ * From the bottom left corner, click account button.
76+ * Click on ` Admin panel `
7677* Click on ` Settings `
7778* Replace OpenAI API link:
7879 * Click on ` Connections `
You can’t perform that action at this time.
0 commit comments