Changes

Jump to navigation Jump to search
m
Basic example without reading/writing persistent data
# you want to push to the registry.
#
image: ccu.uni-konstanz.de:5000/bastian<your.goldlueckeusername>/tf_mnist:0.21
# The container needs the nvidia container runtime.
# This The following is equivalend equivalent to specifying "docker run --runtime=nvidia". # It is not necessary if nvidia is already configured as the # default runtime (as on the Kubernetes cluster).
runtime: nvidia
- NVIDIA_VISIBLE_DEVICES=all
# This container should only be started once, if it fails, # we have to fix errors anyway.
restart: "no"

Navigation menu