반응형
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 | 31 |
Tags
- LLM
- 용량
- nginx-proxy
- python3
- 핍
- daemon.json
- virtual-hosted-style
- 버전
- 패키지
- capacity
- IQN
- python pip
- FileSystemError
- error
- HuggingFace
- pip3 upgrade
- 파이썬
- Save
- GGUF
- Linux
- modelfile
- docker
- 퍼이썬
- AI
- path-style
- reverse-proxy
- Volumes
- ollama
- Python
- 리눅스
Archives
- Today
- Total
목록개발 (1)
chargingport

chargingport-tutoral 이란 가상환경 (venv) 생성 python3 -m venv chargingport-tutorial 가상환경 실행: (윈도우) tutorial-env\Scripts\activate.bat (MacOS / UNIX) source tutorial-env/bin/activate woo@LAPTOP-6V2PCO70:/tmp/chargingport$ source chargingport-tutorial/bin/activate (chargingport-tutorial) woo@LAPTOP-6V2PCO70:/tmp/chargingport$ 가상환경 종료: deactivate 가상환경 삭제: sudo rm -rf chargingport-tutorial/
NOTES/PYTHON
2023. 9. 11. 14:37