Replies: 1 comment
-
Yeah this is a known issue with docker parsing the .env could you try the fixes suggested in this issue and let me know if that answered your question? #1436 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So the documentation shows me to put this in an
.env.file
:But when I that Docker says:
docker: poorly formatted environment: variable '"name": "claude-3-haiku-20240307",' contains whitespaces.
I can get it to run by replacing all newlines with
\n
, but that is certainly not stated anywhere as being needed. I even updated to the last docker engine, to see if I was missing something?Beta Was this translation helpful? Give feedback.
All reactions