Utility programs for NeuPrint
docker build -t sync_neuprint:1.0 .
Create a file named .env that contains NEUPRINT_APPLICATION_CREDENTIALS environment variable
docker run -it --env-file .env sync_neuprint \
python /app/scripts/sync_neuprint_mongo.py --v --manifold dev --neuprint pre --debug
For more information, see the Wiki