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