Skip to content
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 readme linux download link requires password #104

Open
donggehan opened this issue Aug 18, 2023 · 5 comments
Open

docker readme linux download link requires password #104

donggehan opened this issue Aug 18, 2023 · 5 comments

Comments

@donggehan
Copy link

Hi, I am trying to use docker for running the simulator headless in a remote linux machine.
I'm referring to the readme file to download Download the VirtualHome exectable for Linux.
The link seems to require password to login which is not public.

  • Another question: Should I put all items extracted from the zip into unity_vol/ or just the x86 executable file? And where should I put unity_vol/ folder? Thanks a lot!
@donggehan
Copy link
Author

Could you please help with this error when running docker build too? Thanks!

11.05 gpg: keyring /tmp/tmp.xgwWSocpEk/secring.gpg' created 11.05 gpg: keyring /tmp/tmp.xgwWSocpEk/pubring.gpg' created
11.05 gpg: requesting key AA65421D from hkp server ha.pool.sks-keyservers.net
67.50 ?: ha.pool.sks-keyservers.net: Host not found
67.50 gpgkeys: HTTP fetch error 7: couldn't connect: Success
67.51 gpg: no valid OpenPGP data found.
67.51 gpg: Total number processed: 0
67.51 gpg: keyserver communications error: keyserver unreachable
67.51 gpg: keyserver communications error: public key not found
67.51 gpg: keyserver receive failed: public key not found

@WuYff
Copy link

WuYff commented Jan 30, 2024

I got the same error when trying to build the docker. Did you @donggehan have any solution for the gpg: keyserver receive failed: public key not found?

@xavierpuigf
Copy link
Owner

Could you try downloading a linux version of the simulator from the webpage? I believe any linux executable version should work. I will update the instructions.

@bryanzhou008
Copy link

@xavierpuigf I was able to download the linux executable from: http://virtual-home.org/documentation/v2.3.0/downloads/downloads.html

However, I have the same follow-up question as @donggehan: based on the instructions in virtualhome/docker/README.md, it is still unclear where I should put the unity_vol/ folder (perhaps under virtualhome/docker/?) and also what should be all the contents inside of it? (should the unity_vol/ folder just include the x86 executable file, all items extracted from the zip or perhaps other things as well? as according to the provided docker run command it is the only folder being mounted.)

Thank you very much in advance!

@bryanzhou008
Copy link

@WuYff @donggehan I solved the key not found error by changing the line:

&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" \

in the docker file to:

&& gpg --keyserver keyserver.ubuntu.com --recv-keys "$GPG_KEY" \

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants