Skip to content

Commit

Permalink
perm +x for scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
haobibo committed Nov 7, 2024
1 parent a41bdce commit e07c860
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker_devbox/dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ ARG ARG_KEEP_NODEJS=true
COPY work /opt/utils/

RUN set -eux && source /opt/utils/script-utils.sh \
&& chmod +x /opt/utils/*.sh \
# ----------------------------- Setup Jupyter: Basic Configurations and Extensions
&& mkdir -pv /opt/conda/etc/jupyter/ \
&& mv /opt/utils/etc_jupyter/* /opt/conda/etc/jupyter/ && rm -rf /opt/utils/etc_jupyter \
Expand Down
1 change: 1 addition & 0 deletions docker_devbox/hub.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ARG ARG_KEEP_NODEJS=true
COPY work /opt/utils/

RUN set -eux \
&& chmod +x /opt/utils/*.sh \
# Setup JupyterHub
&& source /opt/utils/script-devbox-jupyter.sh \
&& mv /opt/utils/start-*.sh /usr/local/bin/ && chmod +x /usr/local/bin/start-*.sh \
Expand Down

0 comments on commit e07c860

Please sign in to comment.