Updating docker config

This commit is contained in:
James Ketrenos 2025-07-15 10:44:21 -07:00
parent 79372231eb
commit a0207f4d28
2 changed files with 3 additions and 2 deletions

View File

@ -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:

View File

@ -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