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 a043f7a commit cea62dfCopy full SHA for cea62df
vowpal_wabbit/vw-rel-alpine.Dockerfile
@@ -4,7 +4,7 @@ RUN git clone -b $branch_or_tag --depth=1 --recursive https://github.com/VowpalW
4
WORKDIR vw
5
WORKDIR build
6
RUN cmake .. -DCMAKE_BUILD_TYPE=Release -DWARNINGS=Off -DSTATIC_LINK_VW=On -DBUILD_JAVA=Off -DBUILD_PYTHON=Off -DBUILD_TESTING=Off
7
-RUN make vw_cli_bin -j $(cat nprocs.txt)
+RUN make vw_cli_bin -j $(nproc)
8
9
FROM alpine:latest
10
COPY --from=build /vw/build/vowpalwabbit/cli/vw .
0 commit comments