Skip to content

Commit

Permalink
Configured compose.yml to build j-sp image instead of pulling from re…
Browse files Browse the repository at this point in the history
…pository
  • Loading branch information
Nikita-Smirnov-Exactpro committed Sep 23, 2024
1 parent 5282e27 commit 73c7bb1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion custom_engines.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
exactpro_papermill_engines.register_entry_points()
4 changes: 3 additions & 1 deletion local-run/with-jupyter-notebook/compose.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 73c7bb1

Please sign in to comment.