mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
6 lines
172 B
Bash
Executable File
6 lines
172 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
CURR_DIR=$(dirname "$0")
|
|
DOCKER_BUILDKIT=1 docker build --pull --no-cache -f "$CURR_DIR/Dockerfile.release" \
|
|
-t concrete-numpy-release "$CURR_DIR/.."
|