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

setup.sh -> Cloning into 'procgen'... ERROR: Repository not found. #1

Closed
maciekpoplawski opened this issue Jun 17, 2023 · 3 comments
Closed

Comments

@maciekpoplawski
Copy link

maciekpoplawski commented Jun 17, 2023

image
:(

infinigen/docker/setup.sh
at line 2

@maciekpoplawski
Copy link
Author

but but! cloning repo directly inside docker container and running demo got me this!
image

image

@David-Yan1
Copy link
Contributor

David-Yan1 commented Jun 17, 2023

In /docker/setup.sh, replace git@github.com:princeton-vl/procgen.git with https://github.com/princeton-vl/infinigen.git. Replace all mentions of 'procgen' with 'infinigen' in the script too.

Then rerun bash make_docker.sh.

This will be fixed soon in an upcoming patch.

@David-Yan1
Copy link
Contributor

David-Yan1 commented Jun 17, 2023

For anyone else with this issue, the fixed setup.sh script should look like this

eval `ssh-agent -s` && ssh-add ~/.ssh/id_ed25519
git clone --recursive https://github.com/princeton-vl/infinigen.git
conda init bash && . ~/.bashrc
cd infinigen
conda create --name infinigen python=3.10 -y
conda activate procgen && bash install.sh

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

2 participants