Skip to content

Commit

Permalink
edit organization name
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsmrynk committed Feb 26, 2024
1 parent 7200bfa commit 8734e49
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG ADOIS_VERSION="v0_0"
RUN apt-get update && \
apt-get install -y git

RUN git clone https://github.com/mrsmrynk/adois --depth 1 && \
RUN git clone https://github.com/geospaitial-lab/adois --depth 1 && \
python -m pip install -r /adois/requirements.txt --ignore-installed --no-warn-script-location --upgrade && \
python -m pip install huggingface_hub[cli]==0.20.3

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

<div align="center">

[![Tests](https://img.shields.io/github/actions/workflow/status/mrsmrynk/adois/tests.yaml?branch=main&event=push&label=Tests&logo=GitHub)](https://github.com/mrsmrynk/adois/actions/workflows/tests.yaml "Tests Workflow")
[![Coverage](https://img.shields.io/codecov/c/github/mrsmrynk/adois/main?label=Coverage&logo=codecov&logoColor=white)](https://app.codecov.io/gh/mrsmrynk/adois "Codecov")
[![Issues](https://img.shields.io/github/issues/mrsmrynk/adois?label=Issues)](https://github.com/mrsmrynk/adois/issues "Issues")
[![License](https://img.shields.io/github/license/mrsmrynk/adois?color=blue&label=License)](https://gnu.org/licenses "GNU Licenses")
[![Tests](https://img.shields.io/github/actions/workflow/status/geospaitial-lab/adois/tests.yaml?branch=main&event=push&label=Tests&logo=GitHub)](https://github.com/geospaitial-lab/adois/actions/workflows/tests.yaml "Tests Workflow")
[![Coverage](https://img.shields.io/codecov/c/github/geospaitial-lab/adois/main?label=Coverage&logo=codecov&logoColor=white)](https://app.codecov.io/gh/geospaitial-lab/adois "Codecov")
[![Issues](https://img.shields.io/github/issues/geospaitial-lab/adois?label=Issues)](https://github.com/geospaitial-lab/adois/issues "Issues")
[![License](https://img.shields.io/github/license/geospaitial-lab/adois?color=blue&label=License)](https://gnu.org/licenses "GNU Licenses")

</div>

Expand Down Expand Up @@ -47,7 +47,7 @@ Installieren Sie zunächst [Git](https://git-scm.com/downloads "Get Git") und [P
Laden Sie anschließend das *adois* Repository in ein beliebiges Arbeitsverzeichnis herunter.

```
git clone https://github.com/mrsmrynk/adois --depth 1
git clone https://github.com/geospaitial-lab/adois --depth 1
```

Laden Sie das [*adois* Modell](https://huggingface.co/geospaitial-lab/adois "Get adois model") herunter und speichern Sie es in dem Arbeitsverzeichnis unter `data/model/model.onnx` ab.
Expand Down

0 comments on commit 8734e49

Please sign in to comment.