Skip to content

Commit

Permalink
Update jQuery to 3.5.1 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdwyer2 authored Oct 28, 2020
1 parent 31f7d4f commit e7cd98f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ free and open source deep learning models.
To run the docker image, which automatically starts the model serving API, run:

```
$ docker run -it -p 5000:5000 codait/max-object-detector
$ docker run -it -p 5000:5000 quay.io/codait/max-object-detector
```

This will pull a pre-built image from Docker Hub (or use an existing image if already cached locally) and run it.
This will pull a pre-built image from Quay.io (or use an existing image if already cached locally) and run it.
If you'd rather build and run the model locally, or deploy on a Kubernetes cluster, you can follow the steps in the
[model README](https://github.com/IBM/MAX-Object-Detector/#steps).

Expand Down
2 changes: 1 addition & 1 deletion static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/webapp.css">

<script src="/js/jquery-3.3.1.min.js"></script>
<script src="/js/jquery-3.5.1.min.js"></script>
<script src="/js/webapp.js"></script>

</head>
Expand Down
2 changes: 0 additions & 2 deletions static/js/jquery-3.3.1.min.js

This file was deleted.

2 changes: 2 additions & 0 deletions static/js/jquery-3.5.1.min.js

Large diffs are not rendered by default.

0 comments on commit e7cd98f

Please sign in to comment.