Skip to content

Commit

Permalink
Use raw string in build-docker-image
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Nov 1, 2024
1 parent fa46c07 commit ffa3966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/build-docker-image/customize.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def preprocess(i):
image_name = get_image_name(env)

if build_dockerfile:
dockerfile_path = "\${CM_DOCKERFILE_WITH_PATH}"
dockerfile_path = r"\${CM_DOCKERFILE_WITH_PATH}"

# Write .dockerignore
with open('.dockerignore', 'w') as f:
Expand Down

0 comments on commit ffa3966

Please sign in to comment.