diff --git a/linux-anvil-cuda/Dockerfile b/linux-anvil-cuda/Dockerfile index 78e99b5b..4483a407 100644 --- a/linux-anvil-cuda/Dockerfile +++ b/linux-anvil-cuda/Dockerfile @@ -72,7 +72,7 @@ RUN source /opt/conda/etc/profile.d/conda.sh && \ # Add a file for users to source to activate the `conda` # environment `base`. Also add a file that wraps that for # use with the `ENTRYPOINT`. -COPY linux-anvil-comp7/entrypoint_source /opt/docker/bin/entrypoint_source +COPY linux-anvil-cuda/entrypoint_source /opt/docker/bin/entrypoint_source COPY scripts/entrypoint /opt/docker/bin/entrypoint # Ensure that all containers start with tini and the user selected process.