Spaces:
Sleeping
Sleeping
| SHELL = /usr/bin/env bash | |
| all: build | |
| test: build | |
| build: | |
| docker buildx build --platform=linux/x86_64 -t huggui -f Dockerfile . | |
| SHELL = /usr/bin/env bash | |
| all: build | |
| test: build | |
| build: | |
| docker buildx build --platform=linux/x86_64 -t huggui -f Dockerfile . | |