New Docker system
Build a container¶
Text Only
git clone https://github.com/CHIMEFRB/baseband-analysis.git
cd baseband-analysis/
docker run -d -it -v /home:/home -v /data:/data [-p <PORT>:<PORT>] --name baseband_daniele chimefrb/baseband-localization:latest
docker exec -it baseband_daniele bash
source /home/michilli/start_env.sh
python baseband_analysis/utilities/developer.py
python setup.py develop