Skip to content

Commit

Permalink
[Jupyter Image] Change mlrun/functions branch to master (#1145)
Browse files Browse the repository at this point in the history
(cherry picked from commit 2bf400a)
  • Loading branch information
Hedingber committed Aug 3, 2021
1 parent 4192f15 commit 9db13cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/jupyter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ COPY --chown=$NB_UID:$NB_GID ./docs/_static/images/mlrun-quick-start $HOME/_stat

ARG MLRUN_CACHE_DATE=initial
RUN git clone --branch hackathon https://github.com/mlrun/demos.git $HOME/demos
RUN git clone https://github.com/mlrun/functions.git $HOME/functions
RUN git clone --branch master https://github.com/mlrun/functions.git $HOME/functions

RUN mkdir data

Expand Down

0 comments on commit 9db13cf

Please sign in to comment.