Skip to content

Commit 08406d2

Browse files
committed
[update] Add volume and increase shared memory size in docker-compose.xml
1 parent 68ef9af commit 08406d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ services:
3939
volumes:
4040
- ./catkin_ws/:/root/catkin_ws/
4141
- ./PyTorch-ENet:/root/PyTorch-ENet
42+
- /media/data/dataset/matsuzaki:/tmp/dataset
4243
tty: true
44+
shm_size: 1G
4345

4446
bash:
4547
container_name: bash

0 commit comments

Comments
 (0)