Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DanofficeIT
/
AIEM
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2b1b405
AIEM
/
docker
/
scripts
/
docker_build.sh
lhhj
initial ppush
463b952
5 months ago
raw
Copy download link
history
blame
Safe
167 Bytes
#!/usr/bin/env bash
CONTAINER=
$1
DOCKERFILE=
$2
shift
shift
echo
"Building
$CONTAINER
container..."
docker build --network=host -t
$CONTAINER
-f
$DOCKERFILE
"
$@
"
.