Skip to content

Commit

Permalink
add arg
Browse files Browse the repository at this point in the history
  • Loading branch information
benlee0423 committed Nov 18, 2023
1 parent 83099ca commit 5967262
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile.ngen
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ ARG REPO_URL \
BUILD_CFE="true" \
BUILD_TOPMODEL="true" \
BUILD_PET="true" \
BUILD_SLOTH="true"
BUILD_SLOTH="true" \
TAG_NAME

COPY --chown=${USER} --from=rocky_init_repo ${WORKDIR}/ngen ${WORKDIR}/ngen
COPY --chown=${USER} --from=awiciroh/t-route:${TAG_NAME} ${WORKDIR}/t-route/wheels /tmp/t-route-wheels
Expand Down

0 comments on commit 5967262

Please sign in to comment.