Skip to content

Commit

Permalink
Fix image name
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Mar 8, 2024
1 parent f8ec9bd commit cc8f55d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Deep learning model, dataset, trained model and related code for SQL injection d
docker build --no-cache --tag tokenizer-api:latest -f Dockerfile.tokenizer-api .
docker build --no-cache --tag serving-api:latest -f Dockerfile.serving-api .
# Run the Tokenizer and Serving API containers
docker run --rm --name tokenizer-api -p 8000:8000 -d deepsqli-api:latest
docker run --rm --name tokenizer-api -p 8000:8000 -d tokenizer-api:latest
docker run -t --rm --name serving-api -p 8500-8501:8500-8501 -d serving-api:latest
```

Expand Down

0 comments on commit cc8f55d

Please sign in to comment.