How to include the installation parameters and make BLAS arguments in the requirements.txt? #4344
Unanswered
AayushSameerShah
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🙋🏻♂️
I am building a simple project in my local machine and then will deploy on AWS ubuntu server as an API.
👉🏻 In the development environment I have installed this application using:
👉🏻 When I do the
pip freeze > requirements.txt
(obviously) it is not going to include these env arguments.⁉ Question
How can In include these arguments in the requirements so that in the deployment environment I don't have to configure things manually? - And is that even possible?
Beta Was this translation helpful? Give feedback.
All reactions