use tensorflow/tensorflow:2.3.1-gpu as base image for Dockerfile.gpu to ensure that GPU dependencies are correct for the installed version of tensorflow.
add --cleanenv to the singularity commands to ensure that user variables (i.e., FREESURFER_HOME) do not interfere with the containers variables.
fix for etelemetry: use neuronets/ams instead of neuronets/kwyk
Changes:
tensorflow/tensorflow:2.3.1-gpu
as base image forDockerfile.gpu
to ensure that GPU dependencies are correct for the installed version of tensorflow.--cleanenv
to thesingularity
commands to ensure that user variables (i.e.,FREESURFER_HOME
) do not interfere with the containers variables.