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
Right now, make environment just pip installs the required packages for inference into the user environment.
This target should instead be called make debug-environment so that it's clear that it's not a required command. We might also call the file requirements-prod.txt so that people don't assume they need to install it.
The text was updated successfully, but these errors were encountered:
Right now,
make environment
justpip installs
the required packages for inference into the user environment.This target should instead be called
make debug-environment
so that it's clear that it's not a required command. We might also call the filerequirements-prod.txt
so that people don't assume they need to install it.The text was updated successfully, but these errors were encountered: