Skip to content

Commit

Permalink
[Jupyter] Update jupyter docker file to support new demos deploy (#5614)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviaIguazio committed May 23, 2024
1 parent 1a8792e commit a537c92
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions dockerfiles/jupyter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,8 @@ RUN cd $HOME/mlrun && python -m pip install ".[complete-api]"
# This will usually cause a cache miss - so keep it in the last layers
ARG MLRUN_CACHE_DATE=initial
RUN git clone --branch 1.7.x https://github.com/mlrun/demos.git $HOME/demos && \
./demos/update_demos.sh --user=jovyan --path=/home/jovyan/demos --no-backup && \
cd $HOME/demos && \
./community_edition_align.sh && \
cd -
./demos/update_demos.sh --user=jovyan --path=/home/jovyan/demos --no-backup

RUN git clone --branch master https://github.com/mlrun/functions.git $HOME/functions

ENV JUPYTER_ENABLE_LAB=yes \
Expand Down

0 comments on commit a537c92

Please sign in to comment.