Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 276 Bytes

DEPLOY.md

File metadata and controls

12 lines (11 loc) · 276 Bytes

Run on Workstation

ssh -l pmurray pmurray.lin.flatironinstitute.org # login to workstation
cd ~/development/MutantAutoMate
git pull origin main
module load docker
docker build . -t mutantautomate
bash run-with-docker.sh
docker ps
docker restart $(docker ps -q)