Skip to content

Commit

Permalink
chore: add startup script for jupyter image (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwa2710 authored Dec 6, 2024
1 parent fba3e5e commit cd88494
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/jupyter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ RUN apt-get update \

RUN pip install open-space-toolkit-astrodynamics

# Copy startup script

RUN mkdir -p /usr/local/bin/before-notebook.d
COPY startup.sh /usr/local/bin/before-notebook.d/

# Restore user

USER ${NB_UID}
Expand Down
1 change: 1 addition & 0 deletions docker/jupyter/startup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export LD_PRELOAD=\"/lib/x86_64-linux-gnu/libstdc++.so.6\"

0 comments on commit cd88494

Please sign in to comment.