Untitled

 avatar
unknown
plain_text
4 years ago
164 B
5
Indexable
FROM openkbs/jre-mvn-py3:latest

RUN pip install jupyter pyspark==3.0.1

CMD ["jupyter", "notebook", "--port=8888", "--no-browser", "--ip=0.0.0.0", "--allow-root"]
Editor is loading...