Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 868 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 868 Bytes

bdo-captcha-recognizer

Identification captcha for automatic fishing in Black Desert Online.

captcha

Requirements

In order to use this image you must have Docker Engine installed. Instructions for setting up Docker Engine are available on the Docker website.

You will also need to install nvidia-docker, which we will use to start the container with GPU access. This can be found at NVIDIA/nvidia-docker.

Building

docker build -t pytorch-notebook .

Running

docker run --rm -it --init \
            -p 8888:8888 \ 
            --runtime=nvidia \ 
            --ipc=host \
            --volume=$PWD/notebook:/app \
            -e NVIDIA_VISIBLE_DEVICES=all pytorch-notebook