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 20, 2024
1 parent 5fce5be commit 7200bfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ WORKDIR /adois
ENV PYTHONPATH "${PYTHONPATH}:/adois"
ENV PYTHONUNBUFFERED=1

RUN huggingface-cli download WH-KI-KG/adois "models/adois_${ADOIS_VERSION}.onnx" --local-dir data && \
RUN huggingface-cli download geospaitial-lab/adois "models/adois_${ADOIS_VERSION}.onnx" --local-dir data && \
mv data/models/adois_${ADOIS_VERSION}.onnx data/model/model.onnx

ENTRYPOINT ["python", "/adois/src/main.py", "/config.yaml"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Laden Sie anschließend das *adois* Repository in ein beliebiges Arbeitsverzeich
git clone https://github.com/mrsmrynk/adois --depth 1
```

Laden Sie das [*adois* Modell](https://huggingface.co/WH-KI-KG/adois "Get adois model") herunter und speichern Sie es in dem Arbeitsverzeichnis unter `data/model/model.onnx` ab.
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.

Wechseln Sie in das *adois* Repository und erstellen Sie nun eine Virtual Environment.

Expand Down

0 comments on commit 7200bfa

Please sign in to comment.