Skip to content

Commit

Permalink
Add release setup script to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ivukotic committed Nov 9, 2023
1 parent ea190f5 commit 02d985e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ COPY run.sh /.run.sh
RUN mkdir /workspace
COPY private_jupyter_notebook_config.py /usr/local/etc/jupyter_notebook_config.py

RUN . /release_setup.sh

RUN jupyter server extension enable --py jupyterlab --sys-prefix

RUN git clone https://github.com/ivukotic/ML_platform_tests.git
Expand Down

0 comments on commit 02d985e

Please sign in to comment.