We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59d794b commit 2f0c56eCopy full SHA for 2f0c56e
1 file changed
Dockerfile
@@ -84,6 +84,9 @@ COPY --from=builder --chown=mambauser:mambauser /opt/conda /opt/conda
84
COPY --from=builder --chown=mambauser:mambauser /home/mambauser/.juliaup /home/mambauser/.juliaup
85
COPY --from=builder --chown=mambauser:mambauser /home/mambauser/Code /home/mambauser/Code
86
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
+
90
# --- Entry wrapper ----------------------------------------------------------
91
COPY --chmod=755 dockerfiles/entrywrapper.sh /usr/local/bin/entrywrapper.sh
92
COPY --chmod=644 dockerfiles/aliases.sh /etc/profile.d/aliases.sh
0 commit comments