mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
feat(Makefile): enable jupyter notebook support in docker environment
This commit is contained in:
6
Makefile
6
Makefile
@@ -90,7 +90,7 @@ docker_rebuild:
|
||||
|
||||
docker_start:
|
||||
@# the slash before pwd is for Windows
|
||||
docker run --rm -it --volume /"$$(pwd)":/hdk hdk:mlir
|
||||
docker run --rm -it -p 8888:8888 --volume /"$$(pwd)":/hdk hdk:mlir
|
||||
.PHONY: docker_start
|
||||
|
||||
docker_build_and_start: docker_build docker_start
|
||||
@@ -135,3 +135,7 @@ notebook_timeout:
|
||||
benchmark:
|
||||
poetry run pytest benchmarks/ --benchmark-save=findings
|
||||
.PHONY: benchmark
|
||||
|
||||
jupyter:
|
||||
poetry run jupyter notebook --allow-root --no-browser --ip=0.0.0.0
|
||||
.PHONY: jupyter
|
||||
|
||||
Reference in New Issue
Block a user