Skip to content

Commit 097fb67

Browse files
[ai-camera-pipeline] Disambiguate the docker build command line reading.
1 parent 549fd16 commit 097fb67

File tree

1 file changed

+1
-1
lines changed
  • content/learning-paths/mobile-graphics-and-gaming/ai-camera-pipelines

1 file changed

+1
-1
lines changed

content/learning-paths/mobile-graphics-and-gaming/ai-camera-pipelines/3-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Build the Docker container used to compile the pipelines:
3030
docker build -t ai-camera-pipelines -f docker/Dockerfile \
3131
--build-arg DOCKERHUB_MIRROR=docker.io \
3232
--build-arg CI_UID=$(id -u) \
33-
docker
33+
docker/
3434
```
3535

3636
## Build the AI Camera Pipelines

0 commit comments

Comments
 (0)