Skip to content
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 Successfully Executed but not able to launch tool. #33

Open
SanketBaraiya opened this issue May 7, 2024 · 3 comments
Open

Docker Successfully Executed but not able to launch tool. #33

SanketBaraiya opened this issue May 7, 2024 · 3 comments

Comments

@SanketBaraiya
Copy link

Hi,

I followed the docker deployment steps:

  1. git cloned the repo
  2. add remote machine ip. for example if the ip is 192.X.X.4 in docker-compose.yml i edited the BACKEND_URL=http://<IP_ADDRESS>: to BACKEND_URL=http://192.X.X.4:8000
  3. sudo docker-compose up -d

But when i browse to http://192.X.X.4:3000 i am unable to access the tool and it keeps loading.

@dev-lu
Copy link
Owner

dev-lu commented Jun 16, 2024

Hello SanketBaraiya,

Please clone the latest version of this repository and run docker compose build to rebuild the image and check if it works now.

@dennielle13
Copy link

dennielle13 commented Oct 23, 2024

63.63 Getting requirements to build wheel: finished with status 'done'
63.64 Preparing metadata (pyproject.toml): started
63.87 Preparing metadata (pyproject.toml): finished with status 'error'
63.91 error: subprocess-exited-with-error
63.91
63.91 × Preparing metadata (pyproject.toml) did not run successfully.
63.91 │ exit code: 1
63.91 ╰─> [6 lines of output]
63.91
63.91 Cargo, the Rust package manager, is not installed or is not on PATH.
63.91 This package requires Rust and Cargo to compile extensions. Install it through
63.91 the system's package manager or via https://rustup.rs/
63.91
63.91 Checking for Rust toolchain....
63.91 [end of output]
63.91
63.91 note: This error originates from a subprocess, and is likely not a problem with pip.
64.70 error: metadata-generation-failed
64.70
64.70 × Encountered error while generating package metadata.
64.70 ╰─> See above for output.
64.70
64.70 note: This is an issue with the package mentioned above, not pip.
64.70 hint: See above for details.

failed to solve: process "/bin/sh -c pip install --no-cache-dir --upgrade -r /backend/requirements.txt" did not complete successfully: exit code: 1

Always getting this error, not sure how to fix

@s-marques
Copy link

I have the same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants