diff --git a/README.md b/README.md index 36a3085..ec0dc69 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ chmod -R g=u user_data/ #### start command ```shell cd local-run/with-jupyter-notebook -docker compose up +docker compose up --build ``` #### clean command ```shell diff --git a/custom_engines.py b/custom_engines.py index d782e01..6c53c72 100644 --- a/custom_engines.py +++ b/custom_engines.py @@ -256,4 +256,4 @@ async def async_execute_notebook_with_engine(self, engine_name, nb, kernel_name, # Instantiate a ExactproPapermillEngines instance, register Handlers and entrypoints exactpro_papermill_engines = CustomEngines() exactpro_papermill_engines.register(None, CustomEngine) -exactpro_papermill_engines.register_entry_points() \ No newline at end of file +exactpro_papermill_engines.register_entry_points() diff --git a/local-run/with-jupyter-notebook/compose.yml b/local-run/with-jupyter-notebook/compose.yml index 91eb30a..260096a 100644 --- a/local-run/with-jupyter-notebook/compose.yml +++ b/local-run/with-jupyter-notebook/compose.yml @@ -1,6 +1,8 @@ services: json_stream_provider: - image: ghcr.io/th2-net/th2-json-stream-provider-py:0.0.6-notebooks-launch-time-10961501708-6ec70be + build: + context: ../../ + dockerfile: Dockerfile ports: - "8081:8080" volumes: