-
Notifications
You must be signed in to change notification settings - Fork 1
/
docker_building
10 lines (9 loc) · 966 Bytes
/
docker_building
1
2
3
4
5
6
7
8
9
10
cp /home/nelson.johansen/scripts/R/github/scrattch.mapping_0.55.5.tar.gz /allen/programs/celltypes/workgroups/hct/NelsonJ/docker/scrattch-mapping_dev
cp /home/nelson.johansen/scripts/R/github/scrattch.taxonomy_0.5.12.tar.gz /allen/programs/celltypes/workgroups/hct/NelsonJ/docker/scrattch-mapping_dev
cp /home/nelson.johansen/scripts/R/github/scrattch.patchseq_0.1.tar.gz /allen/programs/celltypes/workgroups/hct/NelsonJ/docker/scrattch-mapping_dev
cp /home/nelson.johansen/scripts/R/github/scrattch.taxonomy/Dockerfile /allen/programs/celltypes/workgroups/hct/NelsonJ/docker/scrattch-mapping_dev
cd /allen/programs/celltypes/workgroups/hct/NelsonJ/docker/scrattch-mapping_dev
sudo docker build . -t njjai/scrattch_mapping:0.6.6 --progress=plain 2>&1 | tee build.log
sudo docker push njjai/scrattch_mapping:0.6.6
singularity build scrattch_mapping_0_6_6.sif docker://njjai/scrattch_mapping:0.6.6
## singularity shell --cleanenv docker://njjai/scrattch_mapping:0.6.6