Skip to content

Commit

Permalink
splitting command block (#422)
Browse files Browse the repository at this point in the history
Signed-off-by: jafraustro <[email protected]>
  • Loading branch information
jafraustro authored Sep 27, 2024
1 parent 600e196 commit 4cb76dd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions preset/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ docker run -it --rm \
#### Next Steps

1. For Deep Learning and Inference Optimization containers there will be separate conda environments for each AI framework: `pytorch-cpu`, `pytorch-gpu` and `tensorflow`. Use the command below to activate one environment:
1. For Deep Learning and Inference Optimization containers there will be separate conda environments for each AI framework: `pytorch-cpu`, `pytorch-gpu`, `tensorflow-cpu` and `tensorflow-gpu`. Use the command below to activate one environment:

```bash
conda activate <env-name>
Expand All @@ -84,11 +84,12 @@ docker run -it --rm \
2. Select a test from the `sample-tests` folder and run it using the following command as an example:

```bash
bash sample-tests/onnx/run.sh
# or if no bash script is found
python sample-tests/intel_extension_for_tensorflow/test_itex.py
```

> [!NOTE]
> The `sample-tests` folder may differ in each container, and some tests use a bash script.

### Run using Jupyter Notebook

This mode launches a jupyterlab notebook server. The command below will start the jupyterlab server which can be accessed from a web browser. Each container includes jupyter kernel to enable conda environment in jupyter notebook. The port for this server is `8888` and is exposed by default when you run the container.
Expand Down

0 comments on commit 4cb76dd

Please sign in to comment.