Skip to content

Commit

Permalink
Fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
synesthesiam committed Jun 29, 2022
1 parent 560857c commit 5ef94a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ install:
docker:
echo "$(DOCKER_TAG)" | sed -e 's/,/\n/g' | \
while read -r tag; do \
docker buildx build . -f Dockerfile --platform "$(DOCKER_PLATFORM)" --tag "${{tag}}" $(DOCKER_OUTPUT); \
docker buildx build . -f Dockerfile --platform "$(DOCKER_PLATFORM)" --tag "$${tag}" $(DOCKER_OUTPUT); \
done

# Create self-container Docker image with GPU support.
Expand Down

0 comments on commit 5ef94a4

Please sign in to comment.