Azen0n / thesis_sandbox

Untrusted code execution environment for adaptive learning system

Home Page:https://thesis-sandbox.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

  1. Install gVisor as a Docker runtime following the user guide
  2. Install Python requirements
pip install -r requirements.txt

Start

docker run -p 6379:6379 --name practice-redis -d redis
celery -A main.celery_app worker --loglevel=info
python main.py

About

Untrusted code execution environment for adaptive learning system

https://thesis-sandbox.vercel.app


Languages

Language:Python 92.2%Language:Shell 7.4%Language:Dockerfile 0.5%