Skip to content

Commit

Permalink
Bump Docker container image in the forklift package
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanjli committed May 13, 2024
1 parent 8801124 commit 735a2f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@ into `~/.local/share/planktoscope/models`; by default the model weights file mus
instead by disabling the `torchvision-model-efficientnet-v2-s` feature flag of the pallet's
`apps/ps/streamlit-demo` package deployment.

Then you can upload input images
(e.g. <https://github.com/PlanktoScope/streamlit-classification-app/releases/download/models%2Fdemo-1/example-input-tots-ps-acq-20-02_49_37_288982.jpg>)
to the demo app.

## License
This project is licensed under the [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0).

Expand Down
2 changes: 1 addition & 1 deletion pkg/compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
server:
image: ghcr.io/planktoscope/streamlit-classification-app:sha-15ff307
image: ghcr.io/planktoscope/streamlit-classification-app:sha-7083e51
volumes:
- ~/.local/share/planktoscope/models/:/app/models

Expand Down

0 comments on commit 735a2f6

Please sign in to comment.