Closed
Description
What docker image(s) are you using?
pyspark-notebook
OS system and architecture running docker image
Ubuntu22.04 aarch64
What Docker command are you running?
docker run --rm -it jupyter/pyspark-notebook python
>>> import pyspark
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'pyspark'
How to Reproduce the problem?
run the command above
Command output
No response
Expected behavior
pyspark should be available without PATH manipulations and startup scripts.
Actual behavior
pyspark is not available in python provided by jupyter/pyspark-notebook
image
Anything else?
No response