-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker Install Error #1
Comments
@cybrpimp The line in the
I have reproduced this error and it seems to occur when the environment variable is not set. have you copied the
You also need this file to set your domains in this file so the SSL certificates can be issued and traffic redirects in the right way. |
I do not believe the ENV file was used so I'll try that. I'm on Windows so not sure if that makes a difference. |
It seems to be an "out of memory" error. Maybe try to use the smaller model in the
If that doesn't work, you could try to not download the model in the build step but when running the image. for that remove / comment out this line in the
|
Ok, I can try these options and report back. This server has either 64G or 128Gb so I would not think memory is the issue. |
Everything was going great until this error;
Any ideas how to fix?
The text was updated successfully, but these errors were encountered: