Skip to content

Commit 62b13a6

Browse files
committed
Comments out the copying of the Thicket tutorial's LICENSE file
1 parent 04ab62b commit 62b13a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

2025-HPDC/docker/Dockerfile.spawn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@ USER ${NB_USER}
9191
ENV SHELL=/usr/bin/bash
9292
ENV FLUX_URI_RESOLVE_LOCAL=t
9393

94-
# TODO copy and setup final tutorial materials here
9594
COPY ./tutorial-code/caliper-tutorial/tutorial ${HOME}/caliper-tutorial/
9695
COPY ./tutorial-code/thicket-tutorial/data ${HOME}/thicket-tutorial/data/
9796
COPY ./tutorial-code/thicket-tutorial/notebooks ${HOME}/thicket-tutorial/notebooks/
98-
COPY ./tutorial-code/thicket-tutorial/LICENSE ${HOME}/thicket-tutorial
97+
# TODO figure out a way to copy the LICENSE file that GH Actions will accept
98+
# COPY ./tutorial-code/thicket-tutorial/LICENSE ${HOME}/thicket-tutorial
9999

100100
COPY tutorial-code/system-description/aws-tutorial ${HOME}/benchpark/systems/aws-tutorial
101101
COPY tutorial-code/system-description/AWS_Tutorial-c7i-EFA ${HOME}/benchpark/systems/all_hardware_descriptions/AWS_Tutorial-c7i-EFA

0 commit comments

Comments
 (0)