Skip to content

Commit

Permalink
Update appendix, typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes authored Nov 7, 2024
1 parent 0a642ee commit 0cdff89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appendix
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ RUN chown -R root:staff /pyrocket_scripts && \
chmod -R 775 /pyrocket_scripts

# Some basic VS Code extensions
RUN /pyrocket_scripts/install-vscode-ext.sh ${REPO_DIR}/vscode-extensions.txt
RUN /pyrocket_scripts/install-vscode-extensions.sh ${REPO_DIR}/vscode-extensions.txt

# Convert NB_USER to ENV (from ARG) so that it passes to the child dockerfile
ENV NB_USER=${NB_USER}
Expand Down

0 comments on commit 0cdff89

Please sign in to comment.