-
Notifications
You must be signed in to change notification settings - Fork 376
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-compose up command fails #541
Comments
I took a look at the code using pyCharm. The errors thrown are indeed some problems in the code, such as incorrect type assignments and missing labels. I am not a front-end guy, so I will wait for more experienced people to take a look. This is a show stopper for my project - using the web-based tools, and AuraDB has proven to be really slow and prone to many errors. I plan to avoid those problems by running everything locally and with more resources. I appreciate any help you can provide. By the way, this tool has got a lot of potential. |
The latest DEV branch don't have any type errors please setup the env files for both frontend and backend before running it locally. |
I have created the env with both variables for front-end and back-end. Still I get the same error as being described in this thread |
Please take the dev branch pull |
I am also seeing this issue on |
It's fixed in the DEV branch so it will move to the main very soon |
When trying to build a local Docker deployment using the provided docker-compose file, there is a fatal error.
=> ERROR [frontend build 7/7] RUN BACKEND_API_URL=http://localhost:8000 REACT_APP_SOURCES=local,youtube,wiki,s 3.2s
failed to solve: process "/bin/sh -c BACKEND_API_URL=$BACKEND_API_URL REACT_APP_SOURCES=$REACT_APP_SOURCES LLM_MODELS=$LLM_MODELS GOOGLE_CLIENT_ID=$GOOGLE_CLIENT_ID BLOOM_URL=$BLOOM_URL TIME_PER_CHUNK=$TIME_PER_CHUNK CHUNK_SIZE=$CHUNK_SIZE ENV=$ENV LARGE_FILE_SIZE=${LARGE_FILE_SIZE} CHAT_MODES=$CHAT_MODES yarn run build" did not complete successfully: exit code: 2
The text was updated successfully, but these errors were encountered: