Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 853 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 853 Bytes

SynCheck

Deploying on NERCS:

  1. Setup environemnt and make sure you can run python app.py without any error. If you are using landau.lbl.gov desktop, you can use conda environment source /home/olga/anaconda3/bin/activate syncheck_env and run from there.

  2. Make sure you have access to m1268 project on NERSC and have set up access to their docker repo.

  3. Run:

docker build --tag syncheck-app .
docker tag syncheck-app:latest harbor.nersc.gov/m1268/syncheck-app:latest
docker push harbor.nersc.gov/m1268/syncheck-app:latest
  1. Go to https://rancher2.spin.nersc.gov/, m1268 Production, find workload syncheck-app and make redeploy.

  2. Make sure the website www.syncheck.org runs correctly. It may take some time for changes to get applied. Usually TMPipe and MatBERT APIs take long time to load.