Commit Graph

21 Commits

Author SHA1 Message Date
Arthur Meyre
e45916fc50 chore: add missing +x flag on some shell files 2021-09-16 13:40:07 +02:00
Umut
25fafcd4f4 chore: add curl back to docker for benchmarks 2021-09-16 10:54:57 +03:00
Arthur Meyre
a69975742f docs: move notebooks to docs and use nbsphinx to include them in the html
- update env image to install pandoc required by nbsphinx
2021-09-15 18:01:30 +02:00
Arthur Meyre
e382c899cf build: remove unused curl dependency in concretfhe-env docker image 2021-09-15 17:33:16 +02:00
Arthur Meyre
a0a1b59a24 fix: add flag +x to docker/build_release_image.sh 2021-09-13 14:07:49 +02:00
Arthur Meyre
585de78081 fix(docker): update and fix release docker 2021-09-10 16:14:26 +02:00
Arthur Meyre
860a710896 fix(docker): do not use login shell in dev image 2021-09-10 16:14:26 +02:00
Arthur Meyre
06be053a35 fix: bad rename for docker release image requirements 2021-09-09 15:57:05 +02:00
Arthur Meyre
da96a63af8 fix: add curl to env docker image 2021-09-09 13:37:45 +02:00
Arthur Meyre
a8e7f0e237 tools: create Docker release image, helper build script and requirements
- also create Documentation and issue template
2021-09-08 18:16:30 +02:00
Arthur Meyre
1e58dde1fa tools: improve docker env image size a little by removing apt lists
- also update and upgrade packages
2021-09-08 18:16:30 +02:00
Arthur Meyre
98c25c5d8b chore: rename packages for concretefhe 2021-09-07 10:05:28 +02:00
Arthur Meyre
959328e0f5 chore: rename hdk to concrete first pass 2021-09-06 18:43:49 +02:00
Arthur Meyre
135805a1b9 tools: make matplotlib work inside the dev docker
- use special DNS from docker
- install tkinter
- use proper matplotlib backend
- add instructions to install xserver in docs/dev/GETTING-STARTED.md
2021-08-31 14:57:20 +02:00
Arthur Meyre
74f0c9600e fix: update LD_PRELOAD in docker image and workflows 2021-08-30 18:13:55 +02:00
Arthur Meyre
202dffb4a5 Build/env dev docker 127 (#196)
build: add workflow to create HDK env Docker Image

- make bot username a secret
- update Makefile to pull the HDK image
- have a separate Makefile for the dev specific Docker Image needs
2021-08-25 14:09:54 +02:00
Umut
b41029d9c0 refactor(drawing): start using graphviz for visualization 2021-08-25 10:01:20 +03:00
Arthur Meyre
6959fdf7e7 chore(tools): only make setup_env in dev docker if venv does not exist 2021-08-20 09:46:33 +02:00
Umut
c79e232d0f fix(Dockerfile): add LD_PRELOAD export to .bashrc of the docker environment 2021-08-18 11:31:06 +03:00
Arthur Meyre
048bb61e8e fix(tools): add git to the docker image to be able to make coverage
- move comment in Makefile and make it silent
2021-08-13 18:11:43 +02:00
Umut
8fd0ae5c85 feat(docker): create a docker environment to test and develop MLIR stuff 2021-08-12 10:51:26 +03:00