mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-23 06:12:50 +08:00
Merge pull request #6010 from XYZliang/fix-#4316
Increase shm_size to 16GB in docker-compose.yml Former-commit-id: 8e9f4617f293077b959acc553d26a93c91c2fe6f
This commit is contained in:
commit
7f74e54bee
@ -24,6 +24,7 @@ services:
|
||||
- "8000:8000"
|
||||
ipc: host
|
||||
tty: true
|
||||
shm_size: '16gb'
|
||||
stdin_open: true
|
||||
command: bash
|
||||
deploy:
|
||||
|
@ -22,6 +22,7 @@ services:
|
||||
- "8000:8000"
|
||||
ipc: host
|
||||
tty: true
|
||||
shm_size: '16gb'
|
||||
stdin_open: true
|
||||
command: bash
|
||||
devices:
|
||||
|
@ -24,6 +24,7 @@ services:
|
||||
- "8000:8000"
|
||||
ipc: host
|
||||
tty: true
|
||||
shm_size: '16gb'
|
||||
stdin_open: true
|
||||
command: bash
|
||||
devices:
|
||||
|
Loading…
x
Reference in New Issue
Block a user