We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b92060 commit 4e5e791Copy full SHA for 4e5e791
.devops/main-cuda.Dockerfile
@@ -37,4 +37,5 @@ RUN apt-get update && \
37
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*
38
39
COPY --from=build /app /app
40
+ENV PATH /app/build/bin:$PATH
41
ENTRYPOINT [ "bash", "-c" ]
.devops/main.Dockerfile
@@ -16,4 +16,5 @@ RUN apt-get update && \
16
17
18
19
20
0 commit comments