issue with TFY_API_KEY #376
Replies: 3 comments 1 reply
-
Hi, I had this same issue. What I did was to create an account on truefoundry (using my company email, it cannot be a personal email) and I generated an API key and in compose.env I set the TFY_API_KEY and TFY_HOST where the host is something like https://<your_account_name>.truefoundry.cloud/ After that I was able to build with docker compose. I hope this helps. |
Beta Was this translation helpful? Give feedback.
-
Hello, you should not need a TFY_API_KEY unless you want to use TrueFoundry's AI gateway, As long as there are no entries in |
Beta Was this translation helpful? Give feedback.
-
Hello, |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am using aws ec2 instance with Amazon Linux, t2.xlarge, Docker version 25.0.5, Docker Compose version v2.29.7
When simply following the setup for local deployment i get the error:
Exception: Value of TFY_API_KEY env var should be non-empty string
The faster-whisper container seems to be unhealthy. Is it correct that I need a tfy api key for local deployment? Or is there a comment missing somewhere?
I didnt change anything in the models_config.yaml (except for using smaller 0.5b model) or the docker-compose.yaml
Thanks so much for your help!
Beta Was this translation helpful? Give feedback.
All reactions