헬로킥티 AI 서버입니다.
hello-kicktty-ai
환경 안에서 작업해주세요.
- conda 환경 생성
# conda 환경 생성 conda create -n hello-kicktty-ai python=3.11.5
- hello-kicktty-ai 환경 활성화
# hello-kicktty-ai 환경 활성화 conda activate hello-kicktty-ai
- requirements.txt 연동
# requirements.txt 연동 pip install -r requirements.txt
pip list --format=freeze > requirements.txt
sh start.sh