- nvidia-docker: >20.x
- Build docker image from Dockerfile
docker build -t defmap .
- Run a container in interactive mode
docker run -it --gpus 0 defmap bash
If you want to use EMAN2 command, run the following command:
eval "$(/root/eman2-sphire-sparx/bin/conda shell.bash hook)"
If you want to use DEFMap, run the follwoing command:
eval "$(/opt/conda/bin/conda shell.bash hook)"
conda actiavte defmap