-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker image (version) issue #177
Comments
I also encountered such a problem, please did you solve it? |
@renepetermann289 Hi, Why do you need rollback to 1.2.0 images? Are you facing any issue with 2.0.0? |
i have a issue:Unable to find image 'hub.myenterpriselicense.hpe.com/hpe/swarm-learning/sn:2.0.0' locally |
You have to adjust the "common" file in scripts/bin. In line 81 the version is entered. "swarmVer="2.0.0" this must be changed to 1.2.0 or similar. |
I would like to use the Docker images from the repo "hub.myenterpriselicense.hpe.com/hpe_eval/swarm-learning/". If I run the script for example SN with it will automatically load the repo. ./scripts/bin/run-sn -d --rm --name=sn1 --network=host-1-net --host-ip=${HOST_1_IP} --sentinel --sn-p2p-port=${SN_P2P_PORT} --sn-api-port=${SN_API_PORT} --key=workspace/mnist/cert/sn-1-key. pem --cert=workspace/mnist/cert/sn-1-cert.pem --capath=workspace/mnist/cert/ca/capath --apls-ip=${APLS_IP}hub.myenterpriselicense.hpe.com/hpe/swarm-learning/sn:2.0.0 Message: |
https://[hub.myenterpriselicense.hpe.com/v2/hpe/swarm-learning/sn/manifests/2.0.0],need to verify the login, where did the account password get from? |
@renepetermann289 and @a1847979164, We would recommend you to switch to latest Swarm Learning images v2.1.0. Refer release note here. |
I would like to use the Docker images from the repo "hub.myenterpriselicense.hpe.com/hpe_eval/swarm-learning/". If I run the script for example SN with
./scripts/bin/run-sn -d --rm --name=sn1 --network=host-1-net --host-ip=${HOST_1_IP} --sentinel --sn-p2p-port=${SN_P2P_PORT} --sn-api-port=${SN_API_PORT} --key=workspace/mnist/cert/sn-1-key. pem --cert=workspace/mnist/cert/sn-1-cert.pem --capath=workspace/mnist/cert/ca/capath --apls-ip=${APLS_IP}
it will automatically load the repohub.myenterpriselicense.hpe.com/hpe/swarm-learning/sn:2.0.0
. How do I change it to eval version 1.2.0?Message:
Unable to find image 'hub.myenterpriselicense.hpe.com/hpe/swarm-learning/sn:2.0.0' locally
2.0.0: Pulling from hpe/swarm-learning/sn
The text was updated successfully, but these errors were encountered: