Skip to content

Commit d1f3062

Browse files
committed
Docker Compose: Correct the context.
1 parent 9838f87 commit d1f3062

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tutorials/accelerated-python/brev/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ x-config:
1313
services:
1414
base:
1515
build:
16-
context: ../..
16+
context: ../../..
1717
dockerfile: *dockerfile
1818
args:
1919
GIT_BRANCH_NAME: ${GIT_BRANCH_NAME:-HEAD}

tutorials/cuda-cpp/brev/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ x-config:
1313
services:
1414
base:
1515
build:
16-
context: ../..
16+
context: ../../..
1717
dockerfile: *dockerfile
1818
args:
1919
GIT_BRANCH_NAME: ${GIT_BRANCH_NAME:-HEAD}

tutorials/stdpar/brev/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ x-config:
1313
services:
1414
base:
1515
build:
16-
context: ../..
16+
context: ../../..
1717
dockerfile: *dockerfile
1818
args:
1919
GIT_BRANCH_NAME: ${GIT_BRANCH_NAME:-HEAD}

0 commit comments

Comments
 (0)