Skip to content

Commit

Permalink
Adding files to the distribution directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzonthemtn committed Sep 16, 2024
1 parent e2c4a0d commit 5130164
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions distribution/example-filter.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
curl -k "https://localhost:8080/api/filter" \
--data "George Washington was president and his ssn was 123-45-6789 and he lived in 90210." -H "Content-type: text/plain"
2 changes: 2 additions & 0 deletions distribution/status.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
curl -k https://localhost:8080/api/status
3 changes: 3 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ services:
- "8080:8080"
networks:
- philter
# runtime: nvidia
# environment:
# - NVIDIA_VISIBLE_DEVICES=all
philter-ui:
depends_on:
- philter-ner
Expand Down

0 comments on commit 5130164

Please sign in to comment.