You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
on
docker compose up
the commandpip 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 todocker exec
into the container and manuallypip install -r requirements.txt
to install the latest.The text was updated successfully, but these errors were encountered: