티스토리 뷰
huggingface 모델을 다운 받아서 서비스 해보려고 하니
빌드하는데 MS hosted agent 가 힘들어 한다.
Free disk space on / is lower than 5%; Currently used: 95.22%
메시지가 발생한다.
소스 중에 지울게 있나 봤더니
.git 폴더를 삭제했더니 8G -> 4G로 줄었다.
다시 Build Pipeline 시작!
또 no space left on device 메시지가 발생했다.
이럴때는 job에 아래 구문을 추가 해주자.
- job: build
pool:
vmImage: ubuntu-latest
workspace:
clean: all
참고: https://learn.microsoft.com/en-us/azure/devops/pipelines/yaml-schema/workspace?view=azure-pipelines
'Azure' 카테고리의 다른 글
| Azure DevOps에서 브랜치 커밋 시 자동 배포 설정하는 방법 (0) | 2025.03.13 |
|---|---|
| Azure Open AI로 GPT-4o모델 쓰면 비용이 얼마 나올까요? (0) | 2025.01.09 |
| Azure API Management | 400 Bad Request 메시지 바꾸기 (0) | 2024.09.26 |
| Azure API Management 써 본 이야기 (0) | 2024.09.19 |
| Promptflow 소스 kubernetes 환경에 배포하기 - error case #1 (0) | 2024.09.13 |
댓글