Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fruttasecca committed Apr 3, 2023
1 parent 3aaa9a6 commit e8285b4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions services/jupyter-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ RUN pip install pip --upgrade \
# JupyterLab and possible extensions need to be installed first so
# that they are included in the build.
&& pip install --no-cache -r requirements.txt \
&& git clone https://github.com/orchest/orchest-integration.git /jupyter-extensions/orchest-integration \
&& jupyter labextension install /jupyter-extensions/orchest-integration \
--no-build \
--BaseExtensionApp.app_dir=$extension_dir \
&& mkdir -p $extension_dir \
&& cp -rfT $pip_jupyter_extension_dir $extension_dir/extensions \
&& jupyter lab build --dev-build=False --LabBuildApp.app_dir=$extension_dir \
&& jupyter lab clean --LabCleanApp.app_dir=$extension_dir
Expand Down

0 comments on commit e8285b4

Please sign in to comment.