Skip to content

Commit e7cd98f

Browse files
authored
Update jQuery to 3.5.1 (#31)
1 parent 31f7d4f commit e7cd98f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ free and open source deep learning models.
7373
To run the docker image, which automatically starts the model serving API, run:
7474

7575
```
76-
$ docker run -it -p 5000:5000 codait/max-object-detector
76+
$ docker run -it -p 5000:5000 quay.io/codait/max-object-detector
7777
```
7878

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

static/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<link rel="stylesheet" href="/css/bootstrap.min.css">
2424
<link rel="stylesheet" href="/css/webapp.css">
2525

26-
<script src="/js/jquery-3.3.1.min.js"></script>
26+
<script src="/js/jquery-3.5.1.min.js"></script>
2727
<script src="/js/webapp.js"></script>
2828

2929
</head>

static/js/jquery-3.3.1.min.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

static/js/jquery-3.5.1.min.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)