Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AdeelH committed Oct 5, 2023
1 parent 0e2cbc9 commit 89e8ce7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/cibuild
Expand Up @@ -18,12 +18,12 @@ if [[ "${BASH_SOURCE[0]}" == "$0" ]]; then
usage
else
DOCKER_BUILDKIT=1 docker build \
--build-arg BUILDKIT_INLINE_CACHE=1 \
--build-arg BUILD_TYPE=fullbuild \
--build-arg BUILDKIT_INLINE_CACHE=1 \
--build-arg BUILD_TYPE=fullbuild \
--platform linux/amd64 \
--build-arg CUDA_VERSION="12.1.1" \
--build-arg UBUNTU_VERSION="22.04" \
--cache-from=quay.io/azavea/raster-vision:pytorch-latest \
--cache-from=quay.io/azavea/raster-vision:pytorch-latest \
-t "raster-vision-${IMAGE_TYPE}" \
-f Dockerfile .
fi
Expand Down

0 comments on commit 89e8ce7

Please sign in to comment.