Skip to content

Commit db1ae5a

Browse files
committed
add to another dockerfile
1 parent e21f8d4 commit db1ae5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

getting-started/spark/notebooks/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ ENV LANGUAGE='en_US:en'
2323

2424
COPY --chown=jovyan client /home/jovyan/client
2525
COPY --chown=jovyan regtests/requirements.txt /tmp
26+
RUN sh /tmp/templates/regenerate.sh
2627
RUN pip install -r /tmp/requirements.txt && \
2728
cd client/python && poetry lock && \
2829
python3 -m poetry install && \

0 commit comments

Comments
 (0)