Skip to content

Commit

Permalink
Fix bash script for JupyterLab Notebook on M1
Browse files Browse the repository at this point in the history
Remove bash entry point

Signed-off-by: Pyae Thu Aung <[email protected]>
  • Loading branch information
pyaethu-aung authored and Pyae Thu Aung committed Nov 24, 2024
1 parent e3a5e5b commit ede2ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ The current version is `delta-spark_2.12:3.0.0` which corresponds to Apache Spar

```bash
# Image entry point (M1)
docker run --name delta_quickstart --rm -it -p 8888-8889:8888-8889 -entrypoint bash deltaio/delta-docker:latest_arm64
docker run --name delta_quickstart --rm -it -p 8888-8889:8888-8889 deltaio/delta-docker:latest_arm64
```

3. Running the above command gives a JupyterLab notebook URL, copy that URL and launch a browser to follow along the notebook and run each cell.
Expand Down

0 comments on commit ede2ce3

Please sign in to comment.