-
Notifications
You must be signed in to change notification settings - Fork 486
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
Can't create the docker image with repository2docker on mac #33
Comments
Hi @SwitzerChees! I am working on a way to run it with needing repo2docker. I thought repo2docker could make things easier, but some users are running into problems and the support on Windows 10 isn't great. Stay tuned. |
Any update? I have the same issue on Windows 10. I can't create docker image using repo2docker.
|
I have the exact same issue when using a MAC. any updates? |
I have the same issue when trying to use rep2docker on Windows 10. The error, Key Error: user id |
Same issue here, any solution? |
I have exactly the same problem trying to install on a new Lenovo Win 10 machine. The install fails because it appears to expect some kind of user id. If I cannot do this, how do I start the Jupyter books for the chapters? Using the longer procedure, running repo2docker repo-link produces the same user id error. |
I have the same issue on Windows 11. Anyone? |
I abandoned both docker and the notebook. I can load the chapters
individually and copy/paste segments to test.
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=icon>
Virus-free.
www.avast.com
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=link>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
…On Fri, Nov 12, 2021 at 4:56 PM fredboulanger ***@***.***> wrote:
I have exactly the same problem trying to install on a new Lenovo Win 10
machine. The install fails because it appears to expect some kind of user
id. If I cannot do this, how do I start the Jupyter books for the chapters?
Using the longer procedure, running repo2docker repo-link produces the same
user id error.
I have the same issue on Windows 11. Anyone?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#33 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGOFSMYEAEAOVEEORYAKU33ULXHWDANCNFSM4IML27VA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
--
Lawrence H. NItz, Ph.D.
Professor, Department of Political Science
Director, Manoa Political Internship Program
The University of Hawaii at Manoa
***@***.***
|
It's failing at step 32 for me where it seems there is an error finding miniforge. I've installed miniforge/conda but it didn't help. I'm using an M1 Macbook.
|
No solution yet? |
I had some problems with the following command:
repo2docker https://github.com/mikhailklassen/Mining-the-Social-Web-3rd-Edition
It stuck at step 18 (copy some files) in the image build job and filled the docker harddisk.
The workaround is to create the image directly in the official repo2docker image:
docker run -v /var/run/docker.sock:/var/run/docker.sock jupyter/repo2docker:master repo2docker --user-id 88 --user-name jupyter https://github.com/mikhailklassen/Mining-the-Social-Web-3rd-Edition
Then you can start the image with
docker run <container-id>
on your mac.Is it possible to update the instructions to build the image directly in the repo2docker container? So you don't need to install pip or jupyter-repo2docker anymore
The text was updated successfully, but these errors were encountered: