Skip to content

Commit

Permalink
update container
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Apr 24, 2024
1 parent 06141ca commit c89a92a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
ray-head:
image: data-juicer-unittest:v2
image: data-juicer-unittest:v0.2.0
pull_policy: never
command: ray start --head --dashboard-host 0.0.0.0 --include-dashboard true --block
environment:
Expand All @@ -16,7 +16,7 @@ services:
ports:
- "6379:6379"
- "8265:8265"
shm_size: "32G"
shm_size: "64G"
deploy:
resources:
reservations:
Expand All @@ -26,7 +26,7 @@ services:
capabilities: [gpu]

ray-worker:
image: data-juicer-unittest:v2
image: data-juicer-unittest:v0.2.0
pull_policy: never
command: ray start --address=ray-head:6379 --block
environment:
Expand All @@ -39,7 +39,7 @@ services:
- ray-head
networks:
- ray-network
shm_size: "32G"
shm_size: "64G"
deploy:
resources:
reservations:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittest-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install data-juicer
working-directory: .github/workflows/docker
run: |
docker compose exec ray-head pip install -v -e .\[all\]
docker compose exec ray-head pip install -e .\[all\]
- name: Remove docker compose
working-directory: .github/workflows/docker
Expand Down

0 comments on commit c89a92a

Please sign in to comment.