Merge pull request #6010 from XYZliang/fix-#4316

Increase shm_size to 16GB in docker-compose.yml
This commit is contained in:
hoshi-hiyouga
2024-11-25 00:16:42 +08:00
committed by GitHub
3 changed files with 3 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ services:
- "8000:8000"
ipc: host
tty: true
shm_size: '16gb'
stdin_open: true
command: bash
deploy:

View File

@@ -22,6 +22,7 @@ services:
- "8000:8000"
ipc: host
tty: true
shm_size: '16gb'
stdin_open: true
command: bash
devices:

View File

@@ -24,6 +24,7 @@ services:
- "8000:8000"
ipc: host
tty: true
shm_size: '16gb'
stdin_open: true
command: bash
devices: