forked from open-webui/open-webui
		
	
						commit
						b5059ad680
					
				
					 1 changed files with 10 additions and 9 deletions
				
			
		
							
								
								
									
										19
									
								
								compose.yaml
									
										
									
									
									
								
							
							
						
						
									
										19
									
								
								compose.yaml
									
										
									
									
									
								
							|  | @ -2,20 +2,21 @@ version: '3.6' | ||||||
| 
 | 
 | ||||||
| services: | services: | ||||||
|   ollama: |   ollama: | ||||||
|     deploy: |     # Comment below for GPU support | ||||||
|       resources: |     # deploy: | ||||||
|         reservations: |     #   resources: | ||||||
|           devices: |     #     reservations: | ||||||
|             - driver: nvidia |     #       devices: | ||||||
|               count: 1 |     #         - driver: nvidia | ||||||
|               capabilities: |     #           count: 1 | ||||||
|                 - gpu |     #           capabilities: | ||||||
|  |     #             - gpu | ||||||
|     volumes: |     volumes: | ||||||
|       - ollama:/root/.ollama |       - ollama:/root/.ollama | ||||||
|     ports: |     ports: | ||||||
|       - 11434:11434 |       - 11434:11434 | ||||||
|     environment: |     environment: | ||||||
|       - OLLAMA_ORIGINS="*" |       - 'OLLAMA_ORIGINS=*' | ||||||
|     container_name: ollama |     container_name: ollama | ||||||
|     pull_policy: always |     pull_policy: always | ||||||
|     tty: true |     tty: true | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Timothy Jaeryang Baek
						Timothy Jaeryang Baek