Max Reimann
commited on
Commit
•
9109365
1
Parent(s):
f7905b8
update url_config
Browse files- demo_config.py +1 -1
- docker-compose.yml +1 -4
demo_config.py
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
HUGGING_FACE=True # if run in hugging face. Huggingface uses extra server task for optim
|
2 |
-
WORKER_URL="http://
|
|
|
1 |
HUGGING_FACE=True # if run in hugging face. Huggingface uses extra server task for optim
|
2 |
+
WORKER_URL="http://ava.hpi3d.de:8600"
|
docker-compose.yml
CHANGED
@@ -8,7 +8,4 @@ services:
|
|
8 |
image: wise-worker
|
9 |
container_name: wise-eccv-optim-worker
|
10 |
ports:
|
11 |
-
- 8600:8600
|
12 |
-
volumes:
|
13 |
-
- ./worker/imgs_received:/usr/src/app/worker/img_received
|
14 |
-
- ./worker/result:/usr/src/app/worker/result
|
|
|
8 |
image: wise-worker
|
9 |
container_name: wise-eccv-optim-worker
|
10 |
ports:
|
11 |
+
- 8600:8600
|
|
|
|
|
|