Identification captcha for automatic fishing in Black Desert Online.
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.
docker build -t pytorch-notebook .
docker run --rm -it --init \
-p 8888:8888 \
--runtime=nvidia \
--ipc=host \
--volume=$PWD/notebook:/app \
-e NVIDIA_VISIBLE_DEVICES=all pytorch-notebook