- 518370910136
- https://boyanzh.site
-
FOCS maintainer for almost everything.
- Joined on
2021-05-21
Block a user
张泊明518370910136
pushed to keyword/clangtidy/sillycode at JOJ/JOJ3-examples
2025-01-28 10:02:55 +08:00
Consider running teapot part in local executor
Run
go-judge inside docker
Check JOJ/go-judge-images for Dockerfile. Currently, the lxc config does not allow privileged docker container or mount /proc to run go-judge inside a docker container.
Run
go-judge inside docker
Can provide Dockerfile to students to let them have the exact(?) same environment as JOJ3
- not that exact, students do not need to run them inside go-judge, but just the docker container
Run
go-judge inside docker
Dockerfile for that image (focs.ji.sjtu.edu.cn:5000/criyle/go-judge:latest has been pushed and ready to use now):
FROM focs.ji.sjtu.edu.cn:5000/criyle/go-judge:latest
RUN apt-get…