feat(frontend-python): drawing

This commit is contained in:
Umut
2024-01-16 16:44:47 +03:00
parent 9beb98c141
commit 037600112d
17 changed files with 378 additions and 27 deletions

View File

@@ -3,6 +3,6 @@ FROM python:3.10-slim
ARG version
# provide the `ld` binary required by the compiler
RUN apt update && apt install -y binutils
RUN apt update && apt install -y binutils graphviz
RUN pip install --no-cache-dir --extra-index-url https://download.pytorch.org/whl/cpu concrete-python==${version}