Docker in Valohai
Do I need a container?
# TensorFlow
image: tensorflow/tensorflow:2.13.0-gpu# PyTorch
image: pytorch/pytorch:2.0.1-cuda11.7-cudnn8-runtime# Python (any framework)
image: python:3.11# R
image: r-base:4.3.0What goes inside a Docker image?
Do I need to rebuild every time I do changes to my code?
Install additional packages without building a new Docker image
When to build a custom image
Does it need Valohai-specific components?
Where can I host Docker images?
Common questions
Can I use root inside the container?
What about custom ENTRYPOINT or CMD?
Next steps
Last updated
Was this helpful?
