Commit c839c52 1 parent 0d28ff1 commit c839c52 Copy full SHA for c839c52
File tree 1 file changed +19
-19
lines changed
1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -39,25 +39,25 @@ services:
39
39
ports :
40
40
- " 5432:5432"
41
41
42
- # ollama:
43
- # container_name: ollama
44
- # build:
45
- # context: .
46
- # dockerfile: ./ollama/Dockerfile
47
- # args:
48
- # - MODEL_NAME=phi3:mini
49
- # volumes:
50
- # - ollama:/root/.ollama
51
- # ports:
52
- # - '11435:11434'
53
- # environment:
54
- # - OLLAMA_HOST=0.0.0.0:11435
55
- # - OLLAMA_NUM_PARALLEL=10 # Number of max allowed requests simultaneously
56
- # - OLLAMA_MAX_LOADED_MODELS=4 # Number of max allowed models loaded simultaneously
57
- # - gpus=all
58
- # pull_policy: always
59
- # tty: true
60
- # restart: unless-stopped
42
+ ollama :
43
+ container_name : ollama
44
+ build :
45
+ context : .
46
+ dockerfile : ./ollama/Dockerfile
47
+ args :
48
+ - MODEL_NAME=phi3:mini
49
+ volumes :
50
+ - ollama:/root/.ollama
51
+ ports :
52
+ - ' 11435:11434'
53
+ environment :
54
+ - OLLAMA_HOST=0.0.0.0:11435
55
+ - OLLAMA_NUM_PARALLEL=10 # Number of max allowed requests simultaneously
56
+ - OLLAMA_MAX_LOADED_MODELS=4 # Number of max allowed models loaded simultaneously
57
+ - gpus=all
58
+ pull_policy : always
59
+ tty : true
60
+ restart : unless-stopped
61
61
# deploy:
62
62
# resources:
63
63
# reservations:
You can’t perform that action at this time.
0 commit comments