상세 컨텐츠

본문 제목

[Docker] pipenv lock occurs Failed to create virtual environment

데이터 과학

by Taeyoon.Kim.DS 2023. 11. 7. 00:55

본문

After updating pipfile then you would want to update pipfile.lock

pipenv lock will do that but need to run with root permission so add

sudo pipenv lock will work.

 

Once pipfile.lock has been updated, rebuild container so docker can build an environment based on pipfile.lock.

관련글 더보기