From b3b4e77badcce2c62f61edeff2a3f82ea3a8d4cd Mon Sep 17 00:00:00 2001 From: dafeliton Date: Tue, 23 Jul 2024 02:55:30 -0700 Subject: [PATCH] docker typo --- images/datascience-notebook/Dockerfile | 2 +- images/scipy-ml-notebook/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/datascience-notebook/Dockerfile b/images/datascience-notebook/Dockerfile index d692c176..aa061261 100644 --- a/images/datascience-notebook/Dockerfile +++ b/images/datascience-notebook/Dockerfile @@ -56,7 +56,7 @@ COPY /test/test_r_func.R /opt/manual_tests # Add additional tests RUN mkdir -p /opt/workflow_tests -COPY workflow_tests/* /opt/workflow_tests +COPY workflow_tests/* /opt/workflow_tests/ USER jovyan diff --git a/images/scipy-ml-notebook/Dockerfile b/images/scipy-ml-notebook/Dockerfile index b6be710d..3a50f707 100644 --- a/images/scipy-ml-notebook/Dockerfile +++ b/images/scipy-ml-notebook/Dockerfile @@ -33,7 +33,7 @@ COPY activate.sh /tmp/activate.sh # Add tests RUN mkdir -p /opt/workflow_tests -COPY workflow_tests/* /opt/workflow_tests +COPY workflow_tests/* /opt/workflow_tests/ ADD manual_tests /opt/manual_tests RUN chmod 777 /etc/datahub-profile.d/*.sh /tmp/activate.sh