fix docker to use new make command (#364)
This commit is contained in:
parent
de3d97db1e
commit
98f6bb4ed9
|
@ -4,7 +4,7 @@ RUN apk update && apk add git cmake curl make git bash linux-headers
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN make clean
|
RUN make clean
|
||||||
RUN make update
|
RUN make update
|
||||||
RUN make exec NIM_PARAMS="-d:disableMarchNative"
|
RUN make NIM_PARAMS="-d:disableMarchNative"
|
||||||
|
|
||||||
FROM alpine:3.17.2
|
FROM alpine:3.17.2
|
||||||
WORKDIR /root/
|
WORKDIR /root/
|
||||||
|
|
Loading…
Reference in New Issue