We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
base
1 parent 37d8b68 commit bc04fb1Copy full SHA for bc04fb1
brev/test-docker-compose.bash
@@ -123,10 +123,10 @@ if docker compose -f "${COMPOSE_FILE}" up base; then
123
echo -e "${GREEN}✅ Base container completed successfully${NC}"
124
echo ""
125
126
- # Now start remaining services in detached mode
+ # Now start remaining services in detached mode (exclude base)
127
echo "📦 Starting remaining services..."
128
129
- docker compose -f "${COMPOSE_FILE}" up -d
+ docker compose -f "${COMPOSE_FILE}" up -d jupyter nsight
130
131
else
132
echo "================================================================================"
0 commit comments