An open API service indexing awesome lists of open source software.

https://github.com/vanvalenlab/cellsam-demo-site

Source code for cellsam.deepcell.org
https://github.com/vanvalenlab/cellsam-demo-site

Last synced: 12 months ago
JSON representation

Source code for cellsam.deepcell.org

Awesome Lists containing this project

README

          

# Getting Started

To start this app in your local environment, first install Docker on your local machine. Follow directions on how to set that up on your machine [here](https://www.docker.com/get-started/).

Once installed, run the following command to build a docker image:

```bash
docker build -t cellsam-demo-site:local .
```

Then run the next command to start the server:

```bash
docker run --rm -d -p 8080:80 --name test-cellsam cellsam-demo-site:local
```