在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:nbgallery/jupyter-alpine开源软件地址:https://github.com/nbgallery/jupyter-alpine开源编程语言:JavaScript 42.9%开源软件介绍:jupyter-dockerOverviewThis is a minimal Alpine-based docker image for running the Jupyter notebook server. It is designed for constrained environments in which the size of the docker image is a major consideration. The latest version (7.x series) is about 340MB uncompressed, much smaller than the official Jupyter images. It is hosted on Docker Hub. We achieve the small image size by using the Alpine Linux base image, minimizing the number of pre-installed Python packages, and installing other language kernels on the fly. We currently support about a dozen languages, but only Python 2 and 3 are baked into the image. The other kernels are built into Alpine packages (apks) that get installed on first use. We also build popular Python data science packages into pre-compiled apks that can be installed using the ipydeps dependencies mechanism. For more information, please check out this post on our github.io site. Repository StatusWe are migrating off of this Alpine-based docker image onto Project Jupyter's base image. Please see our new repo at https://github.com/nbgallery/docker-images. Why move away from Alpine? Three main reasons:
InstallationRemember that docker commands usually need to be run as root or via sudo. You can pull the image from Docker Hub:
To build the image from source, clone or download the repo. Then build with something like this:
Running the imageYou will usually launch a container something like this:
The default entrypoint is jupyter-notebook-secure, which will generate a self-signed certificate and then launch the jupyter notebook server under HTTPS with an automatically-generated authentication token. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论