xhost +SI:localuser:$(whoami)
export GEMINI_API_KEY=<API_KEY>
docker run -itd \
--name roper \
--privileged \
-e DISPLAY=$DISPLAY \
-e XAUTHORITY=$XAUTHORITY \
-e GEMINI_API_KEY="$GEMINI_API_KEY" \
-e MCQ_MODEL="gemini-2.5-flash" \
-e CODE_MODEL="gemini-2.5-flash" \
-v /tmp/.X11-unix:/tmp/.X11-unix:rw \
-v $XAUTHORITY:$XAUTHORITY \
-v /dev/input:/dev/input:ro \
--network host \
r04nx/roper:latest
Content type
Image
Digest
sha256:403fae35f…
Size
208.2 MB
Last updated
about 1 year ago
docker pull r04nx/roper