pip freeze > requirements.txt
pip list --format=freeze > requirements.txt
pip install -r requirements.txt
Docker Pod 배포 시 Pod 중지되기 전 특정 작업 수행하기 (0) | 2024.08.13 |
---|---|
WSL2 에서 localhost 접근하는 방법 (0) | 2024.06.06 |
Grafana 에 json 템플릿 대시보드 import 하기 (0) | 2024.04.24 |
Grafana 대시보드에 Metric 표시하기 (0) | 2024.04.24 |
TypeScript 에서 API 호출하기 - fetch (0) | 2024.04.07 |