This repo is for spinning up a UI on a virtual desktop for annotations of clinical notes for Abstractive Health
Send/Email Docker Image to many architectures (AMD/ARM64) - See Vince and Ritika
- Install Docker Desktop
- The build architecture (AMD64 vs ARM64) matters. Check the
cpu_arch
used forabstractive-annotations
inside abstractive Infra. If you're running a different architecture, checkout Docker directions for multi-platform builds. - Run
docker-compose up -d --build
to start-d
starts up in detached mode
- Run
docker-compose down
to stop
- Run Backend
docker run -p 3000:3000 prod-ah-annotations-backend:latest
- Run Frontend
docker run -p 3001:3001 prod-ah-annotations-frontend:latest