Hi,
I am following the tutorial to try to push the model to docker but having the error 'Error response from daemon: Get https://docker.synapse.org/v2/: unauthorized: authentication required' when running 'docker login docker.synapse.org'. I am using the username and password show in my profile.
Thank you,
Yang
Created by Yang Liu KateYLiu Hi Tom,
I try to use a personal token to log in and it's worked! I am pushing the model now,
Thanks,
Yang Hello @KateYLiu,
Thanks for your participation. I just ran the command in a clean environment and was able to login. May i ask what you see when you see on the screen when you login? Do you get prompted your username and password?
```
docker login docker.synapse.org
Username: thomas.yu
Password:
WARNING! Your password will be stored unencrypted in /root/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store
Login Succeeded
```
Your username would be `KateYLiu` and not your email.
Best,
Tom