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.
[SQL] Investigating a Drop in User Engagement (0) | 2023.11.11 |
---|---|
Dataclasses - dataclass (0) | 2023.11.10 |
[SQL] 데이터 조회 (SELECT) (0) | 2023.11.06 |
[SQL] SQL 및 관계형 데이터베이스 (0) | 2023.11.06 |
[MLFlow] How to Use MLFlow Tracking (0) | 2023.11.03 |