Skip to content

Commit

Permalink
refactor(docker-compose): update tty configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed May 3, 2024
1 parent b99ed1a commit 185371e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .docker/docker-compose.cuda121-devel-ubuntu2204.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 185371e

Please sign in to comment.