diff --git a/client.py b/client.py index 97ca752..94b90b3 100644 --- a/client.py +++ b/client.py @@ -4,7 +4,7 @@ import pyaudio import time # Server settings -SERVER_IP = '81.94.159.212' # Replace with your server's IP address +SERVER_IP = '192.168.1.31' # Replace with your server's IP address DATA_SERVER_PORT = 8012 AUDIO_SERVER_PORT = 65432 diff --git a/cloud_configuration.png b/cloud_configuration.png new file mode 100644 index 0000000..76ef582 Binary files /dev/null and b/cloud_configuration.png differ diff --git a/docker-compose.yml b/docker-compose.yml index f81302d..7297b57 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -22,11 +22,8 @@ services: tty: true deploy: resources: - reservations: - devices: - - driver: nvidia - count: 1 - capabilities: [gpu] + reservations: {} + ollama: volumes: - ./ollama/ollama:/root/.ollama @@ -37,11 +34,8 @@ services: - OLLAMA_KEEP_ALIVE=24h deploy: resources: - reservations: - devices: - - driver: nvidia - count: 1 - capabilities: [gpu] + reservations: {} + ollama-webui: image: ghcr.io/open-webui/open-webui:main volumes: @@ -58,5 +52,4 @@ services: - WEBUI_URL=http://localhost:8080 - WEBUI_SECRET_KEY=t0p-s3cr3t extra_hosts: - - host.docker.internal:host-gateway - + - host.docker.internal:host-gateway \ No newline at end of file