Settings

Theme

Python Docker Image

steins.studio

2 points by djstein 2 years ago · 2 comments

Reader

djsteinOP 2 years ago

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 2 years ago

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