Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2 from 123ljx/main
Browse files Browse the repository at this point in the history
Rename docker images
  • Loading branch information
yuanwu2017 authored Dec 13, 2022
2 parents ba44907 + 9b0c25f commit 78471c7
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions examples/odqa_pipelines/docker-compose-dpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- http_proxy=$HTTP_PROXY
- https_proxy=$HTTPS_PROXY
- no_proxy=$NO_PROXY
image: "appliedmlwf/odqa:haystack-api"
image: "intel/ai-workflows:odqa-haystack-api"
# Mount custom Pipeline YAML and custom Components.
volumes:
- $HOST_SOURCE:/home/user/data
Expand Down Expand Up @@ -66,7 +66,7 @@ services:
args:
- http_proxy=$HTTP_PROXY
- https_proxy=$HTTPS_PROXY
image: "odqa:haystack-ui"
image: "intel/ai-workflows:odqa-haystack-ui"
#network_mode: host
ports:
- 8501:8501
Expand Down
4 changes: 2 additions & 2 deletions examples/odqa_pipelines/docker-compose-gpu-dpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
- http_proxy=$HTTP_PROXY
- https_proxy=$HTTPS_PROXY
- no_proxy=$NO_PROXY
image: "appliedmlwf/odqa:haystack-api"
image: "intel/ai-workflows:odqa-haystack-api-gpu"
# in recent docker-compose version you can enable GPU resources. Make sure to fulfill the prerequisites listed here: https://docs.docker.com/compose/gpu-support/
deploy:
resources:
Expand Down Expand Up @@ -61,7 +61,7 @@ services:
args:
- http_proxy=$HTTP_PROXY
- https_proxy=$HTTPS_PROXY
image: "odqa:haystack-ui"
image: "intel/ai-workflows:odqa-haystack-ui"
ports:
- 8501:8501
restart: on-failure
Expand Down
4 changes: 2 additions & 2 deletions examples/odqa_pipelines/docker-compose-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
- http_proxy=$HTTP_PROXY
- https_proxy=$HTTPS_PROXY
- no_proxy=$NO_PROXY
image: "appliedmlwf/odqa:haystack-api"
image: "intel/ai-workflows:odqa-haystack-api-gpu"
# in recent docker-compose version you can enable GPU resources. Make sure to fulfill the prerequisites listed here: https://docs.docker.com/compose/gpu-support/
deploy:
resources:
Expand Down Expand Up @@ -67,7 +67,7 @@ services:
args:
- http_proxy=$HTTP_PROXY
- https_proxy=$HTTPS_PROXY
image: "odqa:haystack-ui"
image: "intel/ai-workflows:odqa-haystack-ui"
ports:
- 8501:8501
restart: on-failure
Expand Down
8 changes: 4 additions & 4 deletions examples/odqa_pipelines/docker-compose-nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- http_proxy=$HTTP_PROXY
- https_proxy=$HTTPS_PROXY
- no_proxy=$NO_PROXY
image: "appliedmlwf/odqa:haystack-api"
image: "intel/ai-workflows:odqa-haystack-api"
# Mount custom Pipeline YAML and custom Components.
# volumes:
# - ./rest_api/pipeline:/home/user/rest_api/pipeline
Expand Down Expand Up @@ -56,7 +56,7 @@ services:
- http_proxy=$HTTP_PROXY
- https_proxy=$HTTPS_PROXY
- no_proxy=$NO_PROXY
image: "appliedmlwf/odqa:haystack-api"
image: "intel/ai-workflows:odqa-haystack-api"
# Mount custom Pipeline YAML and custom Components.
# volumes:
# - ./rest_api/pipeline:/home/user/rest_api/pipeline
Expand Down Expand Up @@ -104,7 +104,7 @@ services:
- http_proxy=$HTTP_PROXY
- https_proxy=$HTTPS_PROXY
- no_proxy=$NO_PROXY
image: "appliedmlwf/odqa:haystack-api"
image: "intel/ai-workflows:odqa-haystack-api"
# Mount custom Pipeline YAML and custom Components.
# volumes:
# - ./rest_api/pipeline:/home/user/rest_api/pipeline
Expand Down Expand Up @@ -183,7 +183,7 @@ services:
- http_proxy=$HTTP_PROXY
- https_proxy=$HTTPS_PROXY
- no_proxy=$NO_PROXY
image: "odqa:haystack-ui"
image: "intel/ai-workflows:odqa-haystack-ui"
#network_mode: host
ports:
- 8501:8501
Expand Down
4 changes: 2 additions & 2 deletions examples/odqa_pipelines/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- http_proxy=$HTTP_PROXY
- https_proxy=$HTTPS_PROXY
- no_proxy=$NO_PROXY
image: "appliedmlwf/odqa:haystack-api"
image: "intel/ai-workflows:odqa-haystack-api"
# Mount custom Pipeline YAML and custom Components.
# volumes:
# - ./rest_api/pipeline:/home/user/rest_api/pipeline
Expand Down Expand Up @@ -75,7 +75,7 @@ services:
- http_proxy=$HTTP_PROXY
- https_proxy=$HTTPS_PROXY
- no_proxy=$NO_PROXY
image: "odqa:haystack-ui"
image: "intel/ai-workflows:odqa-haystack-ui"
#network_mode: host
ports:
- 8501:8501
Expand Down

0 comments on commit 78471c7

Please sign in to comment.