[chisel-tutorial] Failed to resolve ivy dependencies:/coursier_cache/.structure.lock (Permission denied) 해결

YumeIroVillain·2023년 8월 25일
0

Chisel 독학

목록 보기
38/44
post-custom-banner

https://github.com/freechipsproject/chisel-bootcamp/issues/140
를 참고했다.

RUN cp -r /coursier_cache /home/bootcamp/coursier_cache
ENV COURSIER_CACHE=/home/bootcamp/coursier_cache

Makefile에 드래그한 부분을 추가.

그 뒤,

 2200* gvim Dockerfile
 2201* docker build -t chisel-bootcamp_fix:0.01 .
 2202* sudo docker build -t chisel-bootcamp_fix:0.01 .
 2203* docker images
 2204* sudo docker images
 2205* docker run -it --rm -p 8888:8888 chisel-bootcamp_fix:0.01
 2206* sudo docker run -it --rm -p 8888:8888 chisel-bootcamp_fix:0.01

실행하면

정상동작 확인가능하다.

profile
HW SW 둘다 공부하는 혼종의 넋두리 블로그 / SKKU SSE 17 / SWM 11th
post-custom-banner

0개의 댓글