mirror of
https://github.com/zama-ai/concrete.git
synced 2026-01-10 21:38:00 -05:00
Merge pull request #1108 from zama-ai/fix/main_docker
fix(ci): add missing mypy dependency in dockerfile
This commit is contained in:
@@ -39,7 +39,7 @@ RUN ln -s /opt/python/${python_tag}/bin/pip /bin/pip
|
||||
RUN ln -s /opt/python/${python_tag}/bin/python /bin/python
|
||||
ENV PYTHON_EXEC=/opt/python/${python_tag}/bin/python
|
||||
# Install python deps
|
||||
RUN pip install numpy pybind11==2.8 PyYAML pytest wheel auditwheel
|
||||
RUN pip install numpy pybind11==2.8 PyYAML pytest wheel auditwheel mypy
|
||||
# Setup and build compiler
|
||||
COPY / /workdir
|
||||
WORKDIR /workdir/compilers/concrete-compiler/compiler
|
||||
|
||||
Reference in New Issue
Block a user