Update links
This commit is contained in:
parent
c39feeee53
commit
b995da5d80
5 changed files with 8 additions and 8 deletions
|
|
@ -3,7 +3,7 @@ FROM python:3.10.4-slim-bullseye
|
||||||
LABEL org.opencontainers.image.title="GreatAI package wrapper container"
|
LABEL org.opencontainers.image.title="GreatAI package wrapper container"
|
||||||
LABEL org.opencontainers.image.vendor="ScoutinScience B.V."
|
LABEL org.opencontainers.image.vendor="ScoutinScience B.V."
|
||||||
LABEL org.opencontainers.image.authors="andras@schmelczer.dev"
|
LABEL org.opencontainers.image.authors="andras@schmelczer.dev"
|
||||||
LABEL org.opencontainers.image.source="https://github.com/ScoutinScience/great-ai"
|
LABEL org.opencontainers.image.source="https://github.com/schmelczer/great-ai"
|
||||||
|
|
||||||
ENV ENVIRONMENT=production
|
ENV ENVIRONMENT=production
|
||||||
EXPOSE 6060
|
EXPOSE 6060
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
|
|
||||||
**work in progress, do not use!**
|
**work in progress, do not use!**
|
||||||
|
|
||||||
[](https://github.com/ScoutinScience/great-ai/actions/workflows/check.yml)
|
[](https://github.com/schmelczer/great-ai/actions/workflows/check.yml)
|
||||||
[](https://sonar.scoutinscience.com/dashboard?id=great-ai)
|
[](https://sonar.schmelczer.com/dashboard?id=great-ai)
|
||||||
[](https://github.com/ScoutinScience/great-ai/actions/workflows/publish.yaml)
|
[](https://github.com/schmelczer/great-ai/actions/workflows/publish.yaml)
|
||||||
[](https://github.com/ScoutinScience/great-ai/actions/workflows/docker.yaml)
|
[](https://github.com/schmelczer/great-ai/actions/workflows/docker.yaml)
|
||||||
[](https://pepy.tech/project/great-ai)
|
[](https://pepy.tech/project/great-ai)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ DEFAULT_LARGE_FILE_CONFIG_PATHS = {
|
||||||
LargeFileMongo: MONGO_CONFIG_PATHS,
|
LargeFileMongo: MONGO_CONFIG_PATHS,
|
||||||
}
|
}
|
||||||
|
|
||||||
GITHUB_LINK = "https://github.com/ScoutinScience/great_ai"
|
GITHUB_LINK = "https://github.com/schmelczer/great_ai"
|
||||||
|
|
||||||
TRAIN_SPLIT_TAG_NAME = "train"
|
TRAIN_SPLIT_TAG_NAME = "train"
|
||||||
TEST_SPLIT_TAG_NAME = "test"
|
TEST_SPLIT_TAG_NAME = "test"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
site_name: GreatAI documentation
|
site_name: GreatAI documentation
|
||||||
|
|
||||||
repo_url: https://github.com/ScoutinScience/great-ai
|
repo_url: https://github.com/schmelczer/great-ai
|
||||||
edit_uri: edit/main/docs/
|
edit_uri: edit/main/docs/
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
|
|
|
||||||
|
|
@ -64,7 +64,7 @@ dev = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Homepage = "https://github.com/ScoutinScience/great-ai"
|
Homepage = "https://github.com/schmelczer/great-ai"
|
||||||
DockerHub = "https://hub.docker.com/repository/docker/schmelczera/great-ai"
|
DockerHub = "https://hub.docker.com/repository/docker/schmelczera/great-ai"
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue