Hi Team,
I tried to set up the model with the Docker method and followed the instructions of GitHub personal token, however it still says unauthorized. Terminal log:
il22158@IT106990:~/WholeCellEcoliRelease$ cat github_personal_access_token.txt | docker login https://docker.pkg.github.com -u USERNAME --password-stdin
Login Succeeded
il22158@IT106990:~/WholeCellEcoliRelease$ docker pull docker.pkg.github.com/covertlab/wholecellecolirelease/wcm-full:latest
Error response from daemon: failed to resolve reference "docker.pkg.github.com/covertlab/wholecellecolirelease/wcm-full:latest": unexpected status from HEAD request to https://docker.pkg.github.com/v2/covertlab/wholecellecolirelease/wcm-full/manifests/latest: 401 Unauthorized
Meanwhile, when trying to build the docker image with the bash code (“cloud/build-containers-locally.sh” and “docker run --name=wcm -it --rm wcm-code") I also got the error saying the “Failed building wheel for numpy” where there same to be a conflict between specified numpy version (1.19.5) and numpy version for dependencies (1.16).
I would appreciate your help.
Regards,
Ningyuan
(a PhD student at University of Bristol)
Hi Team,
I tried to set up the model with the Docker method and followed the instructions of GitHub personal token, however it still says unauthorized. Terminal log:
Meanwhile, when trying to build the docker image with the bash code (“cloud/build-containers-locally.sh” and “docker run --name=wcm -it --rm wcm-code") I also got the error saying the “Failed building wheel for numpy” where there same to be a conflict between specified numpy version (1.19.5) and numpy version for dependencies (1.16).
I would appreciate your help.
Regards,
Ningyuan
(a PhD student at University of Bristol)