Updating docker config
This commit is contained in:
parent
79372231eb
commit
a0207f4d28
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user