Skip to content

Commit

Permalink
Fix GIT_COMMIT environment variable (Kaggle#1165)
Browse files Browse the repository at this point in the history
  • Loading branch information
Philmod committed May 24, 2022
1 parent 35bc09a commit 85f7616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ ARG BUILD_DATE=unknown

LABEL git-commit=$GIT_COMMIT
LABEL build-date=$BUILD_DATE
ENV GIT_COMMIT={$GIT_COMMIT}
ENV GIT_COMMIT=${GIT_COMMIT}
ENV BUILD_DATE=${BUILD_DATE}

LABEL tensorflow-version=$TENSORFLOW_VERSION
Expand Down

0 comments on commit 85f7616

Please sign in to comment.