Open
Description
We should publish a base Docker image that can
- Work on the CHTC GPULab machines (i.e., must inherit from the nvidia images)
- Overrides the container entrypoint with the internal/external port goop.
- Implements whatever TLS scheme we end up using.
- Uses
conda
for Python package management. - Is not too big, and doesn't cause images inheriting it to become too big (hopefully...)
We may eventually have to publish two images, one for PyTorch and one for Tensorflow, though I think we'll focus on PyTorch first.
This implies we should grab the CHTC
repository on Docker Hub if we haven't already.