Skip to content

fix docker file#151

Merged
tastelikefeet merged 1 commit intomainfrom
fix_docker_file
Apr 10, 2026
Merged

fix docker file#151
tastelikefeet merged 1 commit intomainfrom
fix_docker_file

Conversation

@Yunnglin
Copy link
Copy Markdown
Collaborator

PR type

  • Bug Fix
  • New Feature
  • Document Updates
  • More Models or Datasets Support

PR information

Write the detail information belongs to this PR.

Experiment results

Paste your experiment result here(if needed).

Copilot AI review requested due to automatic review settings April 10, 2026 14:32
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Fixes a Dockerfile build issue in the git checkout step by correctly terminating a multi-line RUN instruction.

Changes:

  • Remove the trailing line-continuation (\) after git checkout --track "$LATEST_RELEASE" to prevent subsequent Dockerfile lines from being interpreted as part of the same shell command.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request removes an unnecessary trailing backslash from the git checkout command in the Dockerfile, which cleans up the multi-line RUN instruction. I have no feedback to provide as there were no review comments to evaluate.

@tastelikefeet tastelikefeet merged commit d7d093d into main Apr 10, 2026
6 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants