Skip to content

Commit cea62df

Browse files
authored
Update vw-rel-alpine.Dockerfile
1 parent a043f7a commit cea62df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vowpal_wabbit/vw-rel-alpine.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN git clone -b $branch_or_tag --depth=1 --recursive https://github.com/VowpalW
44
WORKDIR vw
55
WORKDIR build
66
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)
7+
RUN make vw_cli_bin -j $(nproc)
88

99
FROM alpine:latest
1010
COPY --from=build /vw/build/vowpalwabbit/cli/vw .

0 commit comments

Comments
 (0)