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 e21f8d4 commit db1ae5aCopy full SHA for db1ae5a
getting-started/spark/notebooks/Dockerfile
@@ -23,6 +23,7 @@ ENV LANGUAGE='en_US:en'
23
24
COPY --chown=jovyan client /home/jovyan/client
25
COPY --chown=jovyan regtests/requirements.txt /tmp
26
+RUN sh /tmp/templates/regenerate.sh
27
RUN pip install -r /tmp/requirements.txt && \
28
cd client/python && poetry lock && \
29
python3 -m poetry install && \
0 commit comments