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

Test out if everything works with Podman too #19

Open
MridulS opened this issue Sep 23, 2021 · 2 comments
Open

Test out if everything works with Podman too #19

MridulS opened this issue Sep 23, 2021 · 2 comments

Comments

@MridulS
Copy link
Member

MridulS commented Sep 23, 2021

If yes, document it.

@westurner
Copy link

westurner commented Jan 16, 2025

Test case:

#echo -e "pandas\nipykernel" > requirements.txt

# python -m ensurepip -U && python -m pip install pipx && \
# pipx install --include-deps jupyter-repo2docker repo2podman
# or # python -m pip install -U jupyter-repo2docker repo2podman
repo2docker --engine=podman -E -p 8888:8888 --debug -e NB_USER=jovyan -e NB_UID=1000 --user-name=jovyan .
podman image ls             # TODO: parse "Successfully tagged localhost/r2d-2e1736948146:latest"
podman run  --rm -it -p 8888:8888 --security-opt=label=disable localhost/r2d-2e1736948146

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