We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set "read_only" as false in docker-compose.yml:
judge-server: image: registry.cn-hangzhou.aliyuncs.com/onlinejudge/judge_server container_name: judge-server restart: always read_only: false tmpfs: - /tmp volumes: - ./data/backend/test_case:/test_case:ro - ./data/judge_server/log:/log - ./data/judge_server/run:/judger environment: - SERVICE_URL=http://judge-server:8080 - BACKEND_URL=http://oj-backend:8000/api/judge_server_heartbeat/ - TOKEN=CHANGE_THIS #- judger_debug=1
Install packages and dependencies through apt-get
docker exec -it judge-server bash apt-get update apt-get install build-essential apt-get install libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev libffi-dev apt-get install python3-pandas
The text was updated successfully, but these errors were encountered:
I encountered an issue while installing packages and dependencies. The second instruction cannot run properly.
Sorry, something went wrong.
No branches or pull requests
Set "read_only" as false in docker-compose.yml:
Install packages and dependencies through apt-get
The text was updated successfully, but these errors were encountered: