chore: rename package

This commit is contained in:
Arthur Meyre
2022-01-05 12:40:01 +01:00
parent c7b9380b4c
commit e2fc523596
50 changed files with 157 additions and 157 deletions

View File

@@ -1,4 +1,4 @@
FROM ghcr.io/zama-ai/concrete-framework-env
FROM ghcr.io/zama-ai/concrete-numpy-env
ENV SRC_DIR=/src

View File

@@ -3,7 +3,7 @@ FROM ubuntu:20.04
# Do not change the line below it will be updated automatically when the docker is regenerated
# compiler timestamp: 2022-01-04T16:08:11Z
# Remove once compiler is on PyPi https://github.com/zama-ai/concrete-framework-internal/issues/809
# Remove once compiler is on PyPi https://github.com/zama-ai/concrete-numpy-internal/issues/809
ARG WHEEL
ENV TZ=Europe/Paris
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
@@ -27,6 +27,6 @@ RUN apt-get update && apt-get upgrade --no-install-recommends -y && \
pip install --no-cache-dir --upgrade pip && \
pip install --no-cache-dir poetry
# Remove once compiler is on PyPi https://github.com/zama-ai/concrete-framework-internal/issues/809
# Remove once compiler is on PyPi https://github.com/zama-ai/concrete-numpy-internal/issues/809
WORKDIR /pkg
COPY pkg/${WHEEL} .

View File

@@ -2,4 +2,4 @@
CURR_DIR=$(dirname "$0")
DOCKER_BUILDKIT=1 docker build --pull --no-cache -f "$CURR_DIR/Dockerfile.release" \
-t concrete-framework-release "$CURR_DIR/.."
-t concrete-numpy-release "$CURR_DIR/.."