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.
1 parent 1df8532 commit 329ed42Copy full SHA for 329ed42
bin/cml.js
@@ -12,7 +12,7 @@ const { jitsuEventPayload, send } = require('../src/analytics');
12
13
const setupOpts = (opts) => {
14
const legacyEnvironmentVariables = {
15
- TB_CREDENTIALS: 'CML_TENSORBOARD_DEV_CREDENTIALS',
+ TB_CREDENTIALS: 'CML_TENSORBOARD_CREDENTIALS',
16
DOCKER_MACHINE: 'CML_RUNNER_DOCKER_MACHINE',
17
RUNNER_IDLE_TIMEOUT: 'CML_RUNNER_IDLE_TIMEOUT',
18
RUNNER_LABELS: 'CML_RUNNER_LABELS',
0 commit comments