Get Connected!
Come and join our community. Expand your network and get to know new people!
Sorry, we currently have no events.
View All Events
Sorry, we currently have no events.
View All Events
-
Houdini101_Uno
- 1
- 249
- 0
- 0
-
Master19
- 1
- 563
- 0
- 0
-
Demo9
- 4
- 1252
- 0
- 17
-
Master18
- 9
- 1308
- 1
- 2
-
TD 8
- 5
- 544
- 1
- 0
안녕하세요! 후디니 및 프로그래밍 스킬을 익히고 싶어서 이번 클래스에 지원하게 된 Hansen입니다. ...
안녕하세요. 오늘 houdini 첫 수업을 마친 천예지입니다! 오늘은 후디니 환경설정 셋업을 배웠습니다....
- Conda 설치: www.anaconda.com/download
- **Conda 환경 만들기:**
Code:conda create -n open-webui python=3.11
- **환경 활성화:**
Code:conda activate open-webui
- **Open WebUI 설치:**
Code:pip install open-webui
- **서버 시작:**
Code:open-webui serve
- Open WebUI 접속: http://localhost:8080 또는 http://<ip>:8080
Read More...