mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
6 lines
167 B
Bash
6 lines
167 B
Bash
#!/usr/bin/env bash
|
|
|
|
CURR_DIR=$(dirname $0)
|
|
DOCKER_BUILDKIT=1 docker build --pull --no-cache -f "$CURR_DIR/Dockerfile.release" \
|
|
-t concretefhe-release "$CURR_DIR/.."
|