How can I customize a Jupyter Docker image for additional packages?

0
0
Asked By StellarWhale42 On

I'm setting up a Jupyter server using the scipy-notebook image from quay.io and need to add a few extra Python libraries. Right now, I manually install the libraries using apt and pip every time I spin up the container with a `docker run` command. Is there a more efficient way to do this? Should I create a Dockerfile based on the scipy-notebook image to include these packages? Any tips on how to do this properly?

0 Answers

There is no answer to this question yet. If you know the answer or can offer some help, please use the form below.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.