[wip] revise testground/hello_codex/Dockerfile
This commit is contained in:
parent
a6a407e23d
commit
4278bd2ea2
|
@ -7,9 +7,10 @@ FROM builder
|
|||
|
||||
COPY . .
|
||||
|
||||
RUN cd /extra/scratch/nim-codex && make USE_SYSTEM_NIM=1 V=1 update
|
||||
RUN cd /extra/scratch/nim-codex && \
|
||||
make USE_SYSTEM_NIM=1 update
|
||||
|
||||
RUN cd /extra/scratch/nim-codex && \
|
||||
make TESTGROUND_PLAN=hello_codex USE_SYSTEM_NIM=1 V=1 testground_exec
|
||||
make USE_SYSTEM_NIM=1 TESTGROUND_PLAN=hello_codex testground_exec
|
||||
|
||||
ENTRYPOINT ["/extra/scratch/nim-codex/build/codex_testground"]
|
||||
|
|
Loading…
Reference in New Issue