Yuvi

Results 214 issues of Yuvi

### Proposed change [IPFS](https://ipfs.io/) is a content addressable global 'file system' that can share directories using an immutable, globaly unique content ID. It can be used to store code as...

needs: discussion

`apt-get update` produces a lot of output that's mostly irrelevant unless there is an error. This PR will suppress stdout, but stderr will still show - so we can see...

From @jchesterpivotal in https://github.com/jupyter/repo2docker/issues/707#issuecomment-505904267 > By way of warning, what follows is hilariously biased: I've several times worked on two generations of buildpack technology over the past 5 years. Pride...

In Dockerfiles, you can specify --build-arg to be passed into ARG directives in the Dockerfile. Right now, there's no way to do that when using repo2docker as a library. We...

enhancement

[ReproZip](https://www.reprozip.org/) is an awesome OSS project that lets users capture dependencies of a computation with syscall capture and turn that into a self contained `.rpz` file. This `.rpz` file can...

needs: discussion
reproducibility
new

When running repo2docker, we might want to record the 'default command' the user wants to run there. This is useful when running the image outside of repo2docker itself. But we...

enhancement

Primarily as documentation in the built image rather than anything particularly useful for repo2docker itself. However, we have to remember that ports are really a runtime parameter, and make sure...

enhancement

### Bug description PATH in a newly build container image is: `/srv/conda/envs/notebook/bin:/srv/conda/condabin:/home/yuvipanda/.local/bin:/home/yuvipanda/.local/bin:/srv/conda/envs/notebook/bin:/srv/conda/bin:/srv/npm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin` Note that the two conda environments - notebook and condabin - override what ${HOME}/.local/bin or ${REPO_DIR}/.local/bin. IMO this...

bug

These are popular (and in some ways the only) way to run cloud infrastructure in China. We should support them directly with detailed graphical instructions.

needs-documentation

@leportella has been working on the awesome http://github.com/jupyterhub/nativeauthenticator/. We should switch to using that as the default authenticator here rather than FirstUseAuthenticator. Tasks - [x] Install nativeauthenticator by default -...

enhancement
priority