전체 글

Here I am!
https://mlops-for-mle.github.io/tutorial/docs/database/overview 0) Overview | ML Engineer를 위한 MLOps 📌 Overview of Database Chapter mlops-for-mle.github.io Overview Docker를 이용해 DB server (Postges Server) 생성 psycopg2 패키지 이용하여 테이블 생성 및 데이터 삽입 DB Server Creation DB 서버 생성 docker run -d \ --name postgres-server \ -p 5432:5432 \ -e POSTGRES_USER=myuser \ -e POSTGRES_PASSWORD=mypassword \ -e POSTGRES_DB..
· Git
pip install pre-commit pre-commit 설치 sample hook 생성 pre-commit sample-config > .pre-commit-config.yaml sample hook customize # See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.5.0 hooks: - id: trailing-whitespace - id: check-yaml - id: check-json - repo: https://github.com/..
시작합니다. .github / workflows / black.yml 추가 name Github Actions 에서 Workflow의 이름 "black formatter" on 어떠한 event에서 실행시킬 건지 push 와 pull_request에서 실행 pull_request에 타입 지정 가능 opened, rivew_requested, closed, reopened ... default는 opened jobs workflow에 어떠한 job들이 들어가는지 현재는 black code formatter 하나 적용 runs-on Virtual Machine 지정 현재 ubuntu-latest 적용 steps setup task, command 실행 가능 job에 속한 연속된 tasks uses job에서..
· Git
https://github.com/boostcampaitech6/level2-objectdetection-cv-03 GitHub - boostcampaitech6/level2-objectdetection-cv-03: level2-objectdetection-cv-03 created by GitHub Classroom level2-objectdetection-cv-03 created by GitHub Classroom - GitHub - boostcampaitech6/level2-objectdetection-cv-03: level2-objectdetection-cv-03 created by GitHub Classroom github.com Boostcamp에서 저희 팀은 GitHub Flow 전략을 채택하..
scone
scone's data