Skip to content

Commit

Permalink
Fix Tensorboard credentials environment variable (#1244)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 authored Oct 29, 2022
1 parent 1df8532 commit 329ed42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cml.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const { jitsuEventPayload, send } = require('../src/analytics');

const setupOpts = (opts) => {
const legacyEnvironmentVariables = {
TB_CREDENTIALS: 'CML_TENSORBOARD_DEV_CREDENTIALS',
TB_CREDENTIALS: 'CML_TENSORBOARD_CREDENTIALS',
DOCKER_MACHINE: 'CML_RUNNER_DOCKER_MACHINE',
RUNNER_IDLE_TIMEOUT: 'CML_RUNNER_IDLE_TIMEOUT',
RUNNER_LABELS: 'CML_RUNNER_LABELS',
Expand Down

0 comments on commit 329ed42

Please sign in to comment.