Skip to content

Commit

Permalink
Update vw-rel-alpine.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bassmang authored Jul 15, 2022
1 parent a043f7a commit cea62df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vowpal_wabbit/vw-rel-alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN git clone -b $branch_or_tag --depth=1 --recursive https://github.com/VowpalW
WORKDIR vw
WORKDIR build
RUN cmake .. -DCMAKE_BUILD_TYPE=Release -DWARNINGS=Off -DSTATIC_LINK_VW=On -DBUILD_JAVA=Off -DBUILD_PYTHON=Off -DBUILD_TESTING=Off
RUN make vw_cli_bin -j $(cat nprocs.txt)
RUN make vw_cli_bin -j $(nproc)

FROM alpine:latest
COPY --from=build /vw/build/vowpalwabbit/cli/vw .
Expand Down

0 comments on commit cea62df

Please sign in to comment.