Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	
		binary-husky
		
	commited on
		
		
					Update docker-compose.yml
Browse files- docker-compose.yml +2 -2
    	
        docker-compose.yml
    CHANGED
    
    | @@ -1,4 +1,4 @@ | |
| 1 | 
            -
             | 
| 2 |  | 
| 3 | 
             
            ## ===================================================
         | 
| 4 | 
             
            ## 【方案一】 如果不需要运行本地模型(仅chatgpt类远程服务)
         | 
| @@ -119,4 +119,4 @@ services: | |
| 119 | 
             
                                  git pull &&
         | 
| 120 | 
             
                                  echo '[jittorllms] 正在从github拉取最新代码...' &&
         | 
| 121 | 
             
                                  git --git-dir=request_llm/jittorllms/.git --work-tree=request_llm/jittorllms pull --force &&
         | 
| 122 | 
            -
                                  python3 -u main.py"
         | 
|  | |
| 1 | 
            +
            【请修改完参数后,删除此行】请在以下方案中选择一种,然后删除其他的方案,最后docker-compose up运行 | Please choose from one of these options below, delete other options as well as This Line
         | 
| 2 |  | 
| 3 | 
             
            ## ===================================================
         | 
| 4 | 
             
            ## 【方案一】 如果不需要运行本地模型(仅chatgpt类远程服务)
         | 
|  | |
| 119 | 
             
                                  git pull &&
         | 
| 120 | 
             
                                  echo '[jittorllms] 正在从github拉取最新代码...' &&
         | 
| 121 | 
             
                                  git --git-dir=request_llm/jittorllms/.git --work-tree=request_llm/jittorllms pull --force &&
         | 
| 122 | 
            +
                                  python3 -u main.py"
         |