Skip to content

Commit

Permalink
JKG: Remove entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
dnillovna committed Mar 15, 2024
1 parent a4ff198 commit 1c06cff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aws/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,6 @@ resource "aws_ecs_task_definition" "jkg" {
}
]
essential = true
entryPoint = ["./entrypoint.sh", "--main", "jupyter kernelgateway --config=.jupyter/jupyter_kernel_gateway_config.py", "--helper", "gunicorn grok_helper:app --timeout 900 --chdir /home/grok/grok_helper -b 0.0.0.0:5005 --access-logfile - --error-logfile - --workers 4"]
environment = [
{
name = "GROK_PARAMETERS",
Expand Down

0 comments on commit 1c06cff

Please sign in to comment.