Skip to content

Commit

Permalink
fix for lab build
Browse files Browse the repository at this point in the history
  • Loading branch information
avikdatta committed May 5, 2021
1 parent 8b82c42 commit 133b391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -70,7 +70,7 @@ RUN . /home/$NB_USER/miniconda3/etc/profile.d/conda.sh && \
echo "source activate notebook-env" >> ~/.bashrc && \
conda activate notebook-env && \
conda env update -q -n notebook-env --file /home/$NB_USER/environment.yml && \
jupyter lab build && \
jupyter lab build --dev-build=False --minimize=False && \
jupyter serverextension enable --sys-prefix jupyter_server_proxy && \
jupyter server extension enable elyra && \
conda clean -a -y && \
Expand Down

0 comments on commit 133b391

Please sign in to comment.