Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Linux #VirtualBox
- ITOP40
- macro lens #EF #FD
- 피코프레소 #ITOP40
- cycloidal #rv reducer
- Octave #homebrew #macOS
- razer #deathadder #viper #g102
- CM-EF-NEX
- x99 itx/ac
- Tarantula #3D 프린터
- 다이슨 #배터리
- centos7 #yum update #/boot
- TensorFlow #Python #pip
- Callaway #Mavrik #Epic Flash
- egpu #aorus gaming box #gtx1070 #tb3
- VMware #Shared Folder
- k6 #피코프레소
- Oh My Zsh #macOS
- VNC #Firewall #CenOS7 #VMware
- XTU #Virtual Machine System
- ESP32 #Arduino
- Arduino #PlatformIO #macOS
- VirtualBox #VMware
- fat32 #rufus
- Xeon #E5-2680
- Dell #Latitude #BIOS
- 매크로렌즈 #리버스링
- Java #MacBook #macOS
- Arduino #Wall Plotter
- Laptop #CPUID
Archives
- Today
- Total
얕고 넓게
[AI] Open-WebUI 설치 방법 정리 본문
2025.03.19
macOS에 Open-WebUI를 설치하기 위해 공식 문서를 보니 환경별로 정리가 되어있다.
Docker는 빼고 정리
UV는 runtime manager라고 하던데 패키지 관리자 같은 느낌
Linux/macOS | Windows | |
uv | curl -LsSf https://astral.sh/uv/install.sh | sh | powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex" |
path설정? | export PATH=$HOME/.local/bin:$PATH | |
DATA_DIR=~/.open-webui uvx --python 3.11 open-webui@latest serve | $env:DATA_DIR="C:\open-webui\data"; uvx --python 3.11 open-webui@latest serve | |
Conda | conda create -n open-webui python=3.11 | " |
conda activate open-webui | " | |
pip install open-webui | " | |
Venv | python3 -m venv venv | " |
source venv/bin/activate | venv\Scripts\activate | |
Update | pip install -U open-webui | = |
'IT > AI.ML' 카테고리의 다른 글
[AI] Open-WebUI: Docker 설치 @Windows11 (0) | 2025.04.01 |
---|---|
[AI] Open-WebUI Development Guide (0) | 2025.03.21 |
[AI] GPU 모니터링 (0) | 2025.03.12 |
[AI] Open-WebUI + Pipeline (0) | 2025.03.08 |
[AI] 허깅페이스 모델 다운로드 & 변환 (0) | 2025.03.08 |