Building container with docker compose fails - model not downloaded #464
-
|
Under V0.3.0, building a docker container with
Trying download_model.py fails:
It's not clear to me which docker-compose.yml should get That being said, building a container with |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
The problem with no model download as shown above remains. However I do have an answer to:
The workflow is to perform (quoting from the readme):
Edit the docker-compose.yml in docker/gpu to place DOWNLOAD_MODEL=true as the last item in the list of environment setting, like this (emphasis added):
|
Beta Was this translation helpful? Give feedback.
Updated on master to default DOWNLOAD_MODEL=true, let me know if it doesn't resolve and can reopen