From 185371e0fadba234a3bc242692124a12db9149a6 Mon Sep 17 00:00:00 2001 From: Young Joon Lee Date: Fri, 3 May 2024 17:50:36 +0900 Subject: [PATCH] refactor(docker-compose): update tty configuration --- .docker/docker-compose.cuda121-devel-ubuntu2204.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.docker/docker-compose.cuda121-devel-ubuntu2204.yaml b/.docker/docker-compose.cuda121-devel-ubuntu2204.yaml index 44222b8..bdcfcbf 100644 --- a/.docker/docker-compose.cuda121-devel-ubuntu2204.yaml +++ b/.docker/docker-compose.cuda121-devel-ubuntu2204.yaml @@ -7,9 +7,10 @@ services: restart: unless-stopped # Sets the hostname of the container hostname: $CONTAINER_HOSTNAME - command: - # Specifies the command to be executed when the container is run - - bash + tty: true + # command: + # # Specifies the command to be executed when the container is run + # - bash ulimits: # Sets the stack size and memory lock limits stack: 67108864