JudgeServer/Dockerfile
2016-09-02 20:05:59 +08:00

5 lines
450 B
Docker

FROM judger
RUN apt-get update && apt-get install -y cmake vim
RUN cd /tmp && rm -rf pyfadeaway && git clone https://github.com/nikoloss/pyfadeaway.git && cd pyfadeaway && python setup.py install
RUN cd /tmp && rm -rf Judger && git clone https://github.com/QingdaoU/Judger.git && cd Judger && git checkout newnew && mkdir build && cd build && cmake .. && make && make install && cd ../bindings/Python && python setup.py install
RUN pip install psutil