Skip to content

Commit 26a72b1

Browse files
committed
updated docker compose
1 parent 155f7bf commit 26a72b1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.project/brev.compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,9 @@ services:
164164
count: all
165165
driver: nvidia
166166
environment:
167+
- SHELL=/bin/bash
167168
- NGC_API_KEY=${NGC_API_KEY}
168169
- COMPOSE_PROJECT_NAME=${COMPOSE_PROJECT_NAME:-devx}
169-
- SHELL=/bin/bash
170170
healthcheck:
171171
interval: 30s
172172
retries: 3
@@ -175,7 +175,7 @@ services:
175175
- CMD-SHELL
176176
- curl -f http://localhost:8888/api || exit 1
177177
timeout: 10s
178-
image: ghcr.io/rmkraus/video-search-and-summarization-devx/devx:main
178+
image: ghcr.io/brevdev/workshop-vss/devx:main
179179
ipc: host
180180
networks:
181181
- devx
@@ -184,7 +184,7 @@ services:
184184
restart: always
185185
user: ubuntu
186186
volumes:
187-
- ../video-search-and-summarization-devx:/project:cached
187+
- ../workshop-vss:/project:cached
188188
- /var/run/docker.sock:/var/run/docker.sock
189189
graph-db:
190190
environment:

0 commit comments

Comments
 (0)