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

http://192.168.178.36:8000/ is working bit no links #16

Open
BoBBer446 opened this issue Aug 1, 2024 · 4 comments
Open

http://192.168.178.36:8000/ is working bit no links #16

BoBBer446 opened this issue Aug 1, 2024 · 4 comments

Comments

@BoBBer446
Copy link

$ git clone https://github.com/valiantlynx/ollama-docker.git

Cloning into 'ollama-docker'...
remote: Enumerating objects: 255, done.
remote: Counting objects: 100% (33/33), done.
remote: Compressing objects: 100% (25/25), done.
remote: Total 255 (delta 18), reused 15 (delta 8), pack-reused 222
Receiving objects: 100% (255/255), 50.71 KiB | 1.33 MiB/s, done.
Resolving deltas: 100% (122/122), done.

$ cd ollama-docker

$ docker compose up -d

WARN[0000] /home/rene/ollama-docker/docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion
[+] Running 21/21
 ✔ ollama-webui Pulled                                                                                                                                                                                     83.0s
   ✔ f11c1adaa26e Already exists                                                                                                                                                                            0.0s
   ✔ 4ad0c7422f5c Already exists                                                                                                                                                                            0.0s
   ✔ f2bf536a1e4f Already exists                                                                                                                                                                            0.0s
   ✔ 3bdbfec22900 Already exists                                                                                                                                                                            0.0s
   ✔ 83396b6ad4cc Already exists                                                                                                                                                                            0.0s
   ✔ 82b2e523b77f Pull complete                                                                                                                                                                             0.3s
   ✔ 4f4fb700ef54 Pull complete                                                                                                                                                                             0.4s
   ✔ dc24a9093de1 Pull complete                                                                                                                                                                             0.4s
   ✔ dd27fb166be3 Pull complete                                                                                                                                                                             0.6s
   ✔ 958fcb957c53 Pull complete                                                                                                                                                                            21.1s
   ✔ efc8fa688c26 Pull complete                                                                                                                                                                            21.2s
   ✔ 6d294f19d16c Pull complete                                                                                                                                                                            80.7s
   ✔ c3fb7088c0dc Pull complete                                                                                                                                                                            81.7s
   ✔ aade4450ce21 Pull complete                                                                                                                                                                            81.7s
   ✔ c14c2ff568e1 Pull complete                                                                                                                                                                            81.7s
   ✔ 462a55659886 Pull complete                                                                                                                                                                            81.8s
 ✔ ollama Pulled                                                                                                                                                                                           61.3s
   ✔ 3713021b0277 Pull complete                                                                                                                                                                            18.6s
   ✔ 3495d8b1e1d6 Pull complete                                                                                                                                                                            19.9s
   ✔ 5e4b68c6d485 Pull complete                                                                                                                                                                            58.8s
[+] Building 91.6s (13/13) FINISHED                                                                                                                                                               docker:default
 => [app internal] load build definition from Dockerfile                                                                                                                                                    0.0s
 => => transferring dockerfile: 413B                                                                                                                                                                        0.0s
 => [app internal] load metadata for docker.io/library/python:3.11-slim                                                                                                                                     1.6s
 => [app internal] load .dockerignore                                                                                                                                                                       0.0s
 => => transferring context: 128B                                                                                                                                                                           0.0s
 => [app 1/7] FROM docker.io/library/python:3.11-slim@sha256:3f3c35617e79276c5f6a2e6a13cdbabdd10257332df963c90c986858b26fad5e                                                                               0.1s
 => => resolve docker.io/library/python:3.11-slim@sha256:3f3c35617e79276c5f6a2e6a13cdbabdd10257332df963c90c986858b26fad5e                                                                                   0.0s
 => => sha256:3f3c35617e79276c5f6a2e6a13cdbabdd10257332df963c90c986858b26fad5e 9.12kB / 9.12kB                                                                                                              0.0s
 => => sha256:2bbbd2863f3a2cf5a60794c8cad4530d6be3c9e72f23730239146e61a345009f 1.94kB / 1.94kB                                                                                                              0.0s
 => => sha256:13d803497f988e563809a4c2664c4b9d23883a3a7ba3fbdad6d729dcaaf43e56 6.89kB / 6.89kB                                                                                                              0.0s
 => [app internal] load build context                                                                                                                                                                       0.0s
 => => transferring context: 8.42kB                                                                                                                                                                         0.0s
 => [app 2/7] WORKDIR /code                                                                                                                                                                                 1.6s
 => [app 3/7] COPY ./requirements.txt ./                                                                                                                                                                    0.0s
 => [app 4/7] RUN apt-get update && apt-get install git -y && apt-get install curl -y                                                                                                                      10.9s
 => [app 5/7] RUN curl -fsSL https://ollama.com/install.sh | sh                                                                                                                                            23.3s
 => [app 6/7] RUN pip install --no-cache-dir -r requirements.txt                                                                                                                                           51.4s
 => [app 7/7] COPY ./src ./src                                                                                                                                                                              0.0s
 => [app] exporting to image                                                                                                                                                                                2.6s
 => => exporting layers                                                                                                                                                                                     2.5s
 => => writing image sha256:e2daa85f3d3dbd52be9b44b0ec34225ba7eb62d03deb5ad45e698be759136d0b                                                                                                                0.0s
 => => naming to docker.io/library/ollama-docker-app                                                                                                                                                        0.0s
 => [app] resolving provenance for metadata file                                                                                                                                                            0.0s
[+] Running 4/4
 ✔ Network ollama-docker_ollama-docker  Created                                                                                                                                                             0.1s
 ✔ Container ollama                     Started                                                                                                                                                             0.4s
 ✔ Container ollama-webui               Started                                                                                                                                                             0.6s
 ✔ Container ollama-docker-app-1        Started   

netstat -tulnp

Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      1240/sendmail: MTA:
tcp        0      0 127.0.0.1:587           0.0.0.0:*               LISTEN      1240/sendmail: MTA:
tcp        0      0 0.0.0.0:7655            0.0.0.0:*               LISTEN      963/sshd: /usr/sbin
tcp        0      0 0.0.0.0:8080            0.0.0.0:*               LISTEN      1667085/docker-prox
tcp        0      0 0.0.0.0:8096            0.0.0.0:*               LISTEN      3857568/docker-prox
tcp        0      0 0.0.0.0:8000            0.0.0.0:*               LISTEN      1667195/docker-prox
tcp        0      0 0.0.0.0:8001            0.0.0.0:*               LISTEN      1641578/docker-prox
tcp        0      0 0.0.0.0:8002            0.0.0.0:*               LISTEN      1647192/docker-prox
tcp        0      0 0.0.0.0:7869            0.0.0.0:*               LISTEN      1666992/docker-prox
tcp        0      0 0.0.0.0:5900            0.0.0.0:*               LISTEN      3857488/docker-prox
tcp        0      0 0.0.0.0:5678            0.0.0.0:*               LISTEN      1667179/docker-prox
tcp        0      0 0.0.0.0:35621           0.0.0.0:*               LISTEN      907/urbackupclientb
tcp        0      0 0.0.0.0:35623           0.0.0.0:*               LISTEN      907/urbackupclientb
tcp        0      0 0.0.0.0:4000            0.0.0.0:*               LISTEN      3857463/docker-prox
tcp        0      0 0.0.0.0:443             0.0.0.0:*               LISTEN      972/nginx: master p
tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      972/nginx: master p
tcp        0      0 0.0.0.0:8920            0.0.0.0:*               LISTEN      3857629/docker-prox
tcp        0      0 0.0.0.0:8822            0.0.0.0:*               LISTEN      3857409/docker-prox
tcp        0      0 0.0.0.0:9443            0.0.0.0:*               LISTEN      3857437/docker-prox
tcp6       0      0 :::8080                 :::*                    LISTEN      1667091/docker-prox
tcp6       0      0 :::8096                 :::*                    LISTEN      3857613/docker-prox
tcp6       0      0 :::8000                 :::*                    LISTEN      1667203/docker-prox
tcp6       0      0 :::8001                 :::*                    LISTEN      1641584/docker-prox
tcp6       0      0 :::8002                 :::*                    LISTEN      1647199/docker-prox
tcp6       0      0 :::7869                 :::*                    LISTEN      1667005/docker-prox
tcp6       0      0 :::5900                 :::*                    LISTEN      3857528/docker-prox
tcp6       0      0 :::5678                 :::*                    LISTEN      1667185/docker-prox
tcp6       0      0 :::35621                :::*                    LISTEN      907/urbackupclientb
tcp6       0      0 :::35623                :::*                    LISTEN      907/urbackupclientb
tcp6       0      0 :::4000                 :::*                    LISTEN      3857476/docker-prox
tcp6       0      0 :::80                   :::*                    LISTEN      972/nginx: master p
tcp6       0      0 :::8920                 :::*                    LISTEN      3857652/docker-prox
tcp6       0      0 :::8822                 :::*                    LISTEN      3857418/docker-prox
tcp6       0      0 :::9443                 :::*                    LISTEN      3857454/docker-prox
udp        0      0 0.0.0.0:7359            0.0.0.0:*                           3857492/docker-prox
udp        0      0 192.168.178.36:68       0.0.0.0:*                           810/systemd-network
udp        0      0 0.0.0.0:1900            0.0.0.0:*                           3857438/docker-prox
udp        0      0 0.0.0.0:35622           0.0.0.0:*                           907/urbackupclientb
udp6       0      0 :::7359                 :::*                                3857510/docker-prox
udp6       0      0 :::1900                 :::*                                3857449/docker-prox
udp6  213504      0 :::35622                :::*                                907/urbackupclientb

http://192.168.178.36:8000/ is working but every link goes to: http://localhost:11434/ - i installed on my homelab server. So it dosent work.

If i try http://192.168.178.36:11434i just get

Die Website ist nicht erreichbarDie Antwort von 192.168.178.36 hat zu lange gedauert.
Versuche Folgendes:

Verbindung prüfen
[Proxy und Firewall prüfen](chrome-error://chromewebdata/#buttons)
[Windows-Netzwerkdiagnose ausführen](javascript:diagnoseErrors())
ERR_CONNECTION_TIMED_OUT

http://192.168.178.36:8080/ shows only this:
image

@Asma-droid
Copy link

hello @BoBBer446, I have the same problem! have you got a solution ?

@BoBBer446
Copy link
Author

no, nobody had the same issue i think

@Azimoth
Copy link

Azimoth commented Oct 7, 2024

I have seen the screen and it takes a surprisingly long time to move on from there, but it does eventually.
In my case waiting for... several minutes(?) does the trick...

@yanguo66-G
Copy link

同意!等待,让时间解决一切!

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

No branches or pull requests

4 participants