File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments