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
# To ensure app dependencies are ported from virtual environment/host machine into the container, run 'pip freeze > requirements.txt' in the terminal to overwrite this file
# Better Alternative: To ensure app dependencies are ported from virtual environment/host machine into the container, run 'pip install pipreqs' then 'pipreqs --ignore .venv --scan-notebooks --force' in the terminal to overwrite this file