Skip to content

Commit 6ebc9f6

Browse files
committed
fix: tensordock url
1 parent 881d373 commit 6ebc9f6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

infra/aggregation_mode/aggregation_mode_start.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Wants=aggregation_mode_start.timer
44

55
[Service]
66
Type=oneshot
7-
ExecStart=/home/app/scripts/aggregation_mode_start.sh
7+
ExecStart=/home/app/repos/aggregation_mode/aligned_layer/infra/aggregation_mode/aggregation_mode_start.sh
88
EnvironmentFile=/home/app/config/.env.aggregation_mode_start
99

1010
[Install]

infra/aggregation_mode/aggregation_mode_start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ BASE_URL=https://dashboard.tensordock.com/api/v2
44

55
echo "Starting GPU Server..."
66

7-
curl -X GET "$BASE_URL/api/v2/instances" \
7+
curl -X GET "$BASE_URL/instances" \
88
-H "Authorization: Bearer $API_KEY" \
99
-H "Content-Type: application/json" \
1010
-H "Accept: application/json"

0 commit comments

Comments
 (0)