We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e368db commit 73f3644Copy full SHA for 73f3644
spark-flavor/Dockerfile
@@ -80,7 +80,7 @@ RUN \
80
81
RUN \
82
# Install almond jupyter scala kernel: https://almond.sh/
83
- # TODO: The installation in scala-utils does not seem to work currently
+ # TODO: The installation in scala-utils does not seem to work currently, cleanup layer the probelm?
84
curl -Lo coursier https://git.io/coursier-cli && \
85
chmod +x coursier && \
86
./coursier launch --fork almond -- --install --force && \
0 commit comments