mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
- poetry lock required to update package name - related Makefile and licenses update to keep consistency (will be removed once the PyPi package is available) - modified compile_torch_model to only accept datasets with one input mypy error with better numpy typing hints appeared closes #1252
6 lines
176 B
Bash
Executable File
6 lines
176 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-framework-release "$CURR_DIR/.."
|