Base image for Docker images hosting documents in Jupyter notebook format. The layers of the image are as follows:
FROM vladkim/ipynb:latest
RUN wget http://www.example.com/your_packages.R && \
R < your_packages.R --no-save
This will download the hypothetical R script your_packages.R from www.example.com and pass the script to R with --no-save flag.
3. Finally add your .ipynb document, e.g. with COPY command:
COPY your_vignette.ipynb ./
Content type
Image
Digest
sha256:46bfafcb0…
Size
261.9 MB
Last updated
almost 11 years ago
docker pull vladkim/ipynb