Settings

Theme

Python Docker Image

steins.studio

2 points by djstein · 2 comments

Reader

2 threads
djsteinOP

Hey HN, wrote up a guide on how I've been creating Python Docker images. I seem to always need to install a software dependency that forces me to break out of the basic Python tags. A great example is installing Node and Python at the same time or creating containers that can use PyTorch.

Love feedback to on how to make the image better if you've got any!

JojoFatsani

This may be more complex than using a multi-stage build. (eg, "Builder" image, pull artifacts into "Runner" image)

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection