From a0207f4d2818b11da1e35f09aa8199aa485452d5 Mon Sep 17 00:00:00 2001 From: James Ketrenos Date: Tue, 15 Jul 2025 10:44:21 -0700 Subject: [PATCH] Updating docker config --- docker-compose.yml | 4 +++- src/requirements.txt | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 15b2ebd..3a4ef09 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -224,7 +224,8 @@ services: - OLLAMA_HOST=0.0.0.0 # - ONEAPI_DEVICE_SELECTOR=level_zero:0 devices: - - /dev/dri:/dev/dri + - /dev:/dev + - /sys:/sys ports: - 11438:8000 # ollama serve port networks: @@ -232,6 +233,7 @@ services: volumes: - ./cache:/root/.cache # Cache hub models and neo_compiler_cache - ./ollama:/root/.ollama # Cache the ollama models + privileged: true jupyter: build: diff --git a/src/requirements.txt b/src/requirements.txt index d2a8e18..f1ac56e 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -81,7 +81,6 @@ griffe==1.7.3 groovy==0.1.2 grpcio==1.73.0 grpcio-status==1.71.2 -gyp-next==0.16.2 h11==0.16.0 hf-xet==1.1.3 hiredis==3.2.1