-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
bug: Docker brings a blank black website when navigating to IP #2005
Comments
hm weird, it should work. we'll take a look shortly |
Hi, |
i'm running it on a headless VM and yeah sadly just a blank black page! |
it looks like electron isn't running from docker logs, will see if there is an easy fix |
… into fix/#2005-docker-blank-website
* Web: change API_BASE_URL to build time env * Update Dockerfile and Docker Compose by adding env API_BASE_URL * Update make clean * INFERENCE_URL get from baseApiUrl * Fix error settings/settings.json not found when start server at the first time * Update README docker --------- Co-authored-by: Hien To <[email protected]>
Hi all, cool project!
I've attempted to get Jan running on my VM with a Tesla P4 and regardless of what browser I use it returns the favicon and just a blank black site. Is this a known issue or have i done something wrong?
On doing "docker compose --profile gpu up -d" it starts 3 containers but on doing a docker stats only two show running:
✔ Container jan-minio-1 Started 0.0s
✔ Container jan-app_gpu-1 Running 0.0s
✔ Container jan-createbuckets-1 Started
CONTAINER ID NAME CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O PIDS
f24e6891d62a jan-minio-1 0.00% 147.1MiB / 125.9GiB 0.11% 17.1kB / 5.71kB 0B / 16.4kB 19
0bcdca140c94 jan-app_gpu-1 0.00% 158.9MiB / 125.9GiB 0.12% 318kB / 3.35MB 0B / 74.3MB 50
The text was updated successfully, but these errors were encountered: