Skip to content

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

Add a dependency

Text Only
poetry add [--optional] <module1> <module2>
poetry lock
git commit and push
docker pull image