R and Python container for Voice Gender project
Let us start with pulling a docker container of Ubuntu 20.04 into a directory acting as a Singularity container: singularity build –sandbox r_voice_gender_container_v1/ docker:ubuntu:20.04 Then shell into the container: sudo singularity shell -w r_voice_gender_container_v1/ We can now install the required Read More …