Skip to content

basic commands for execute into to worker

William Rodriguez edited this page May 19, 2025 · 1 revision

into to worker:

docker run --rm --gpus all -it --env-file control_host.env --shm-size="24g" --privileged wisrovi/wyoloservice_worker:v1.0.10 zsh

local test

docker run --rm --gpus all --env-file control_host.env --shm-size="24g" --privileged -it wisrovi/wyoloservice_worker:v1.0.10 ./train_service.sh --config /path_to_dataset/config_train.yaml
  • Replace path_to_dataset for the dataset path

EDA

docker run --rm --gpus all --env-file control_host.env --shm-size="24g" --privileged -it wisrovi/wyoloservice_worker:v1.0.10 python eda.py --dataset "./path/to/dataset/data.yaml" --project "xxxxx" --author "xxxxxx" --content "Esto es una prueba"
  • Replace path_to_dataset for the dataset path

Note: more information in official docker image

Clone this wiki locally