Skip to content

Commit 4e5e791

Browse files
committed
Update PATH for main/main-cuda container
Signed-off-by: Xiaodong Ye <[email protected]>
1 parent 8b92060 commit 4e5e791

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.devops/main-cuda.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ RUN apt-get update && \
3737
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*
3838

3939
COPY --from=build /app /app
40+
ENV PATH /app/build/bin:$PATH
4041
ENTRYPOINT [ "bash", "-c" ]

.devops/main.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ RUN apt-get update && \
1616
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*
1717

1818
COPY --from=build /app /app
19+
ENV PATH /app/build/bin:$PATH
1920
ENTRYPOINT [ "bash", "-c" ]

0 commit comments

Comments
 (0)