ngatdo3003
ngatdo3003
Thanks for your reply! When I build tier-1 with command: "make judge-tier1" it sucess Here is my containers: But when I run `docker exec -it 48c cat judge/judge-runtime-paths.yml` `Error response...
I started the container and here's the result `cat: judge/judge-runtime-paths.yml: No such file or directory`
thanks, here's the result ``` runtime: {} crt_x86_in_lib32: true ```
``` Sending build context to Docker daemon 2.048kB Step 1/4 : FROM dmoj/runtimes-tier1 ---> e1b3e1624358 Step 2/4 : ARG TAG=master ---> Running in 60ac95067afe Removing intermediate container 60ac95067afe ---> 9dfbff271626...
I've just checkout branch 5fddf1d05999e4edc3feb4e249ed029a70b18215 for vesion 3.0.2 ``` HEAD is now at 5fddf1d... Bump version to 3.0.2 ``` The contents of judge-runtime-paths.yml is: ``` runtime: {} crt_x86_in_lib32: true ```...
Okay, thanks for your supports.