QubitPi commited on
Commit
8b611a7
·
unverified ·
1 Parent(s): 6e03f63

Update links to point to paion-data version (#2)

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -30,7 +30,7 @@ The app is available on [🤗 Hugging Face space][Hugging Face space URL]. Pleas
30
  A Docker image is also available:
31
 
32
  ```console
33
- docker run -d --name aristotle -p 7860:7860 jack20191124/aristotle
34
  ```
35
 
36
  When container is up and running, visit app at [http://localhost:7860](http://localhost:7860).
@@ -71,7 +71,7 @@ Development
71
  ### Running Locally
72
 
73
  ```console
74
- git clone [email protected]:QubitPi/aristotle.git
75
  cd aristotle
76
 
77
  virtualenv .venv
@@ -98,14 +98,14 @@ To build a Docker container of Aristotle, follow these steps:
98
  3. Run the following command to build the Docker image:
99
 
100
  ```consule
101
- docker build -t jack20191124/aristotle .
102
  ```
103
 
104
  4. Wait for the build process to complete.
105
  5. Once the build is finished, we can run the Docker container using the following command:
106
 
107
  ```console
108
- docker run -it --name aristotle -p 7860:7860 jack20191124/aristotle
109
  ```
110
 
111
  6. Open up browser and navigate to [http://localhost:7860](http://localhost:7860) to access the space.
@@ -124,15 +124,15 @@ The use and distribution terms for [aristotle]() are covered by the [Apache Lice
124
  [Apache License Badge]: https://img.shields.io/badge/Apache%202.0-F25910.svg?style=for-the-badge&logo=Apache&logoColor=white
125
  [Apache License, Version 2.0]: https://www.apache.org/licenses/LICENSE-2.0
126
 
127
- [Docker Pulls Badge]: https://img.shields.io/docker/pulls/jack20191124/aristotle?style=for-the-badge&logo=docker&color=2596EC
128
- [Docker Hub URL]: https://hub.docker.com/r/jack20191124/aristotle
129
 
130
- [GitHub workflow status badge]: https://img.shields.io/github/actions/workflow/status/QubitPi/aristotle/ci-cd.yaml?branch=master&style=for-the-badge&logo=github&logoColor=white&label=CI/CD
131
- [GitHub workflow status URL]: https://github.com/QubitPi/aristotle/actions/workflows/ci-cd.yaml
132
 
133
  [Hugging Face space badge]: https://img.shields.io/badge/Hugging%20Face%20Space-aristotle-FF9D00?style=for-the-badge&logo=huggingface&logoColor=white&labelColor=6B7280
134
- [Hugging Face space URL]: https://huggingface.co/spaces/QubitPi/aristotle
135
- [Hugging Face sync status badge]: https://img.shields.io/github/actions/workflow/status/QubitPi/aristotle/ci-cd.yaml?branch=master&style=for-the-badge&logo=github&logoColor=white&label=Hugging%20Face%20Sync%20Up
136
- [Hugging Face sync status URL]: https://github.com/QubitPi/aristotle/actions/workflows/ci-cd.yaml
137
 
138
  [Python Version Badge]: https://img.shields.io/badge/Python-3.10-FFD845?labelColor=498ABC&style=for-the-badge&logo=python&logoColor=white
 
30
  A Docker image is also available:
31
 
32
  ```console
33
+ docker run -d --name aristotle -p 7860:7860 paiondatahub/aristotle
34
  ```
35
 
36
  When container is up and running, visit app at [http://localhost:7860](http://localhost:7860).
 
71
  ### Running Locally
72
 
73
  ```console
74
+ git clone [email protected]:paion-data/aristotle.git
75
  cd aristotle
76
 
77
  virtualenv .venv
 
98
  3. Run the following command to build the Docker image:
99
 
100
  ```consule
101
+ docker build -t paiondatahub/aristotle .
102
  ```
103
 
104
  4. Wait for the build process to complete.
105
  5. Once the build is finished, we can run the Docker container using the following command:
106
 
107
  ```console
108
+ docker run -it --name aristotle -p 7860:7860 paiondatahub/aristotle
109
  ```
110
 
111
  6. Open up browser and navigate to [http://localhost:7860](http://localhost:7860) to access the space.
 
124
  [Apache License Badge]: https://img.shields.io/badge/Apache%202.0-F25910.svg?style=for-the-badge&logo=Apache&logoColor=white
125
  [Apache License, Version 2.0]: https://www.apache.org/licenses/LICENSE-2.0
126
 
127
+ [Docker Pulls Badge]: https://img.shields.io/docker/pulls/paiondatahub/aristotle?style=for-the-badge&logo=docker&color=2596EC
128
+ [Docker Hub URL]: https://hub.docker.com/r/paiondatahub/aristotle
129
 
130
+ [GitHub workflow status badge]: https://img.shields.io/github/actions/workflow/status/paion-data/aristotle/ci-cd.yaml?branch=master&style=for-the-badge&logo=github&logoColor=white&label=CI/CD
131
+ [GitHub workflow status URL]: https://github.com/paion-data/aristotle/actions/workflows/ci-cd.yaml
132
 
133
  [Hugging Face space badge]: https://img.shields.io/badge/Hugging%20Face%20Space-aristotle-FF9D00?style=for-the-badge&logo=huggingface&logoColor=white&labelColor=6B7280
134
+ [Hugging Face space URL]: https://huggingface.co/spaces/paion-data/aristotle
135
+ [Hugging Face sync status badge]: https://img.shields.io/github/actions/workflow/status/paion-data/aristotle/ci-cd.yaml?branch=master&style=for-the-badge&logo=github&logoColor=white&label=Hugging%20Face%20Sync%20Up
136
+ [Hugging Face sync status URL]: https://github.com/paion-data/aristotle/actions/workflows/ci-cd.yaml
137
 
138
  [Python Version Badge]: https://img.shields.io/badge/Python-3.10-FFD845?labelColor=498ABC&style=for-the-badge&logo=python&logoColor=white