Skip to content

Commit

Permalink
note the gotchas
Browse files Browse the repository at this point in the history
  • Loading branch information
Emma Ai committed Aug 5, 2024
1 parent 7898de4 commit de86187
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ ENV LC_ALL=C.UTF-8 \

USER $nb_user

# NOTE - JupyterLab extensions can now be distributed as prebuilt extensions and available to PyPI
# NOTE - Install lab extension from pypi NOT here.
# Leave the layer here for potential disable/enable and non-working check
RUN echo "Enable jupyter lab extensions" \
&& jupyter labextension list \
&& echo "...done"
Expand All @@ -49,6 +50,7 @@ RUN echo "Enable server extensions" \
&& jupyter lab build \
&& echo "...done"

# Install from unzip instead of conda as conda version is not the tool but an "invoker"
RUN echo "Install AWS CLI v2" \
&& curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "/tmp/awscliv2.zip" \
&& unzip /tmp/awscliv2.zip -d /tmp > /dev/null \
Expand Down

0 comments on commit de86187

Please sign in to comment.