hell-of-sloth / skkubot

RAG 기반 AI 채팅 봇
0 stars 1 forks source link

devcontainer 빌드 시 시간이 너무 오래 걸림 #20

Closed gyunseo closed 9 months ago

gyunseo commented 10 months ago
gyunseo commented 10 months ago

python을 dockerfile 내부에서 RUN 명령어를 이용해서 직접 빌드하면 병목 구간이 생김, multi-stage build를 이용해서, 빌드 시 병목 구간을 해결한다

gyunseo commented 10 months ago

apple silicon mac에서 amd64 devcontainer 내에서 extension 설치가 느린 이슈가 있습니다.