marinebon / mbon-dashboard-server

server software for MBON early alert dashboard using Docker
1 stars 2 forks source link

pip installs using older versions of libraries #80

Open 7yl4r opened 4 days ago

7yl4r commented 4 days ago

on docker compose up the command pip install -r requirements.txt should be installing the latest nerrs_data from github, but an older version is being installed. Somewhere a cache or something is coming in. Workaround is to docker exec into the container and manually pip install -r requirements.txt to install the latest.