You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
Hello, I have started my own cluster following you admin guide. In the guide, dev-box container was not used so my cluster and service are deployed without the dev-box. However, it seems when I want to change configuration, paictl commands need to work and these commands do not seem to work without the dev-box container.
If i run the following command with my cluster and service already online,
Hello, I have started my own cluster following you admin guide. In the guide, dev-box container was not used so my cluster and service are deployed without the dev-box. However, it seems when I want to change configuration, paictl commands need to work and these commands do not seem to work without the dev-box container.
If i run the following command with my cluster and service already online,
sudo docker run -itd
-e COLUMNS=$COLUMNS -e LINES=$LINES -e TERM=$TERM
-v /var/run/docker.sock:/var/run/docker.sock
--pid=host
--privileged=true
--net=host
--name=dev-box
openpai/dev-box:
certain folders and files such as "pai-deploy" are not in the docker container.
If I want to run paictl commands, should I go through the installation process inside the docker image?
Organization Name:
Short summary about the issue/question:
Brief what process you are following:
How to reproduce it:
go through steps in the installation guide
https://openpai.readthedocs.io/en/latest/manual/cluster-admin/installation-guide.html
and try paictl commands in /pai
OpenPAI Environment:
uname -a
):Anything else we need to know:
The text was updated successfully, but these errors were encountered: