fixed link bug
CI Pipeline / Test (pull_request) Failing after 31s
CI Pipeline / Build and Publish (./Dockerfile.model, ${{ vars.docker_repo_url }}/${{ gitea.repository }}/model) (pull_request) Has been skipped
CI Pipeline / Build and Publish (./Dockerfile.web_ui, ${{ vars.docker_repo_url }}/${{ gitea.repository }}/web_ui) (pull_request) Has been skipped

This commit is contained in:
Brian Bjarke Jensen
2024-06-05 22:13:29 +02:00
parent 28d86e8762
commit 70dca8f598
+1 -1
View File
@@ -52,7 +52,7 @@ dash-auth = "^2.2.0"
[[tool.poetry.source]] [[tool.poetry.source]]
name = "threadripper" name = "threadripper"
url = "http://192.168.1.2:5001" url = "http://192.168.1.2:5001/index/"
priority = "primary" priority = "primary"
[build-system] [build-system]