mirror of
https://github.com/logos-storage/logos-storage-network-testing.git
synced 2026-05-05 17:39:32 +00:00
DEL extra dockerfile
This commit is contained in:
parent
ca67e21684
commit
df26b06eeb
18
Dockerfile
18
Dockerfile
@ -1,18 +0,0 @@
|
|||||||
FROM nimlang/nim as builder
|
|
||||||
|
|
||||||
RUN apt update -qq && \
|
|
||||||
DEBIAN_FRONTEND="noninteractive" apt install -yq cmake curl make
|
|
||||||
|
|
||||||
FROM builder
|
|
||||||
ARG corecount=1
|
|
||||||
COPY nim-codex .
|
|
||||||
|
|
||||||
# TODO add a processor count variable argument
|
|
||||||
# RUN make -j6 update
|
|
||||||
# RUN make -j6 USE_SYSTEM_NIM=1 exec
|
|
||||||
|
|
||||||
RUN make -j${corecount} update
|
|
||||||
|
|
||||||
RUN make -j${corecount} USE_SYSTEM_NIM=1 exec
|
|
||||||
|
|
||||||
ENTRYPOINT ["."]
|
|
||||||
Loading…
x
Reference in New Issue
Block a user