Skip to content

Commit

Permalink
Update DEEPCELL_VERSION in README
Browse files Browse the repository at this point in the history
  • Loading branch information
elaubsch committed Sep 4, 2023
1 parent ba439ab commit e5ead53
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,12 @@ Build and run a local docker container, similarly to the instructions for deepce

### Build a local docker container, specifying the deepcell version with DEEPCELL_VERSION

The deepcell-spots Docker image is built using the deepcell-tf Docker images as a base image, so a ``DEEPCELL_VERSION`` must be specified in the build command.

```bash
git clone https://github.com/vanvalenlab/deepcell-spots.git
cd deepcell-spots
docker build --build-arg DEEPCELL_VERSION=0.12.0-gpu -t $USER/deepcell-spots .
docker build --build-arg DEEPCELL_VERSION=0.12.9-gpu -t $USER/deepcell-spots .
```

### Run the new docker image
Expand Down

0 comments on commit e5ead53

Please sign in to comment.