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
실행하면
정상동작 확인가능하다.