Skip to content

Commit 2f0c56e

Browse files
committed
Add separate copy of tests to Dockerfile for ARC
1 parent 59d794b commit 2f0c56e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ COPY --from=builder --chown=mambauser:mambauser /opt/conda /opt/conda
8484
COPY --from=builder --chown=mambauser:mambauser /home/mambauser/.juliaup /home/mambauser/.juliaup
8585
COPY --from=builder --chown=mambauser:mambauser /home/mambauser/Code /home/mambauser/Code
8686

87+
# Need to copy the tests separately as they are not in the ARC git by default
88+
COPY --chown=mambauser:mambauser dockerfiles/docker_tests /home/mambauser/Code/ARC/docker_tests
89+
8790
# --- Entry wrapper ----------------------------------------------------------
8891
COPY --chmod=755 dockerfiles/entrywrapper.sh /usr/local/bin/entrywrapper.sh
8992
COPY --chmod=644 dockerfiles/aliases.sh /etc/profile.d/aliases.sh

0 commit comments

Comments
 (0)