Skip to content
This repository was archived by the owner on May 19, 2023. It is now read-only.

Commit dd620f4

Browse files
committed
add start/stop jupyter instructions to readme
1 parent ea8bfbb commit dd620f4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,15 @@ docker run --runtime=nvidia \
153153
clx:latest
154154
```
155155

156+
The container will include scripts for your convenience to start and stop JupyterLab.
157+
```
158+
# Start JupyterLab
159+
/rapids/utils/start_jupyter.sh
160+
161+
# Stop JupyterLab
162+
/rapids/utils/stop_jupyter.sh
163+
```
164+
156165
### Docker Container with SIEM Integration
157166

158167
If you want a CLX container with SIEM integration (including data ingest), follow the steps above to build the CLX image. Then use `docker-compose` to start multiple containers running CLX, Kafka, and Zookeeper.

0 commit comments

Comments
 (0)