-
Notifications
You must be signed in to change notification settings - Fork 0
basic commands for execute into to worker
William Rodriguez edited this page May 19, 2025
·
1 revision
docker run --rm --gpus all -it --env-file control_host.env --shm-size="24g" --privileged wisrovi/wyoloservice_worker:v1.0.10 zsh
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_datasetfor the dataset path
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_datasetfor the dataset path