Skip to content

Commit

Permalink
Add comment for podman users
Browse files Browse the repository at this point in the history
  • Loading branch information
majetideepak committed Jun 8, 2024
1 parent 27d7a1a commit a5d847a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ services:
# or
# docker-compose run -e NUM_THREADS=<NUMBER_OF_THREADS_TO_USE> --rm adapters-cpp
# to set the number of threads used during compilation
# scripts/adapters.dockerfile uses SHELL which is not supported for OCI image format.
# podman users must specify "--podman-build-args='--format docker'" argument.
image: ghcr.io/facebookincubator/velox-dev:adapters
build:
context: .
Expand Down

0 comments on commit a5d847a

Please sign in to comment.