Spaces:
Running
Running
Update links to point to paion-data version (#2)
Browse files
README.md
CHANGED
@@ -71,7 +71,7 @@ Development
|
|
71 |
### Running Locally
|
72 |
|
73 |
```console
|
74 |
-
git clone [email protected]:
|
75 |
cd pantex
|
76 |
|
77 |
virtualenv .venv
|
@@ -98,14 +98,14 @@ To build a Docker container of Pantex, follow these steps:
|
|
98 |
3. Run the following command to build the Docker image:
|
99 |
|
100 |
```consule
|
101 |
-
docker build -t
|
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 pantex -p 7860:7860
|
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 [pantex]() are covered by the [Apache License
|
|
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/
|
128 |
-
[Docker Hub URL]: https://hub.docker.com/r/
|
129 |
|
130 |
-
[GitHub workflow status badge]: https://img.shields.io/github/actions/workflow/status/
|
131 |
-
[GitHub workflow status URL]: https://github.com/
|
132 |
|
133 |
[Hugging Face space badge]: https://img.shields.io/badge/Hugging%20Face%20Space-pantex-FF9D00?style=for-the-badge&logo=huggingface&logoColor=white&labelColor=6B7280
|
134 |
-
[Hugging Face space URL]: https://huggingface.co/spaces/
|
135 |
-
[Hugging Face sync status badge]: https://img.shields.io/github/actions/workflow/status/
|
136 |
-
[Hugging Face sync status URL]: https://github.com/
|
137 |
|
138 |
[Python Version Badge]: https://img.shields.io/badge/Python-3.10-FFD845?labelColor=498ABC&style=for-the-badge&logo=python&logoColor=white
|
|
|
71 |
### Running Locally
|
72 |
|
73 |
```console
|
74 |
+
git clone [email protected]:paion-data/pantex.git
|
75 |
cd pantex
|
76 |
|
77 |
virtualenv .venv
|
|
|
98 |
3. Run the following command to build the Docker image:
|
99 |
|
100 |
```consule
|
101 |
+
docker build -t paiondatahub/pantex .
|
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 pantex -p 7860:7860 paiondatahub/pantex
|
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/pantex?style=for-the-badge&logo=docker&color=2596EC
|
128 |
+
[Docker Hub URL]: https://hub.docker.com/r/paiondatahub/pantex
|
129 |
|
130 |
+
[GitHub workflow status badge]: https://img.shields.io/github/actions/workflow/status/paion-data/pantex/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/pantex/actions/workflows/ci-cd.yaml
|
132 |
|
133 |
[Hugging Face space badge]: https://img.shields.io/badge/Hugging%20Face%20Space-pantex-FF9D00?style=for-the-badge&logo=huggingface&logoColor=white&labelColor=6B7280
|
134 |
+
[Hugging Face space URL]: https://huggingface.co/spaces/paion-data/pantex
|
135 |
+
[Hugging Face sync status badge]: https://img.shields.io/github/actions/workflow/status/paion-data/pantex/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/pantex/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
|