Updating docker config
This commit is contained in:
parent
79372231eb
commit
a0207f4d28
@ -224,7 +224,8 @@ services:
|
|||||||
- OLLAMA_HOST=0.0.0.0
|
- OLLAMA_HOST=0.0.0.0
|
||||||
# - ONEAPI_DEVICE_SELECTOR=level_zero:0
|
# - ONEAPI_DEVICE_SELECTOR=level_zero:0
|
||||||
devices:
|
devices:
|
||||||
- /dev/dri:/dev/dri
|
- /dev:/dev
|
||||||
|
- /sys:/sys
|
||||||
ports:
|
ports:
|
||||||
- 11438:8000 # ollama serve port
|
- 11438:8000 # ollama serve port
|
||||||
networks:
|
networks:
|
||||||
@ -232,6 +233,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./cache:/root/.cache # Cache hub models and neo_compiler_cache
|
- ./cache:/root/.cache # Cache hub models and neo_compiler_cache
|
||||||
- ./ollama:/root/.ollama # Cache the ollama models
|
- ./ollama:/root/.ollama # Cache the ollama models
|
||||||
|
privileged: true
|
||||||
|
|
||||||
jupyter:
|
jupyter:
|
||||||
build:
|
build:
|
||||||
|
@ -81,7 +81,6 @@ griffe==1.7.3
|
|||||||
groovy==0.1.2
|
groovy==0.1.2
|
||||||
grpcio==1.73.0
|
grpcio==1.73.0
|
||||||
grpcio-status==1.71.2
|
grpcio-status==1.71.2
|
||||||
gyp-next==0.16.2
|
|
||||||
h11==0.16.0
|
h11==0.16.0
|
||||||
hf-xet==1.1.3
|
hf-xet==1.1.3
|
||||||
hiredis==3.2.1
|
hiredis==3.2.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user