Skip to content

Commit

Permalink
Merge pull request #116 from jakirkham/fix_cuda_image_entry
Browse files Browse the repository at this point in the history
Use the CUDA image's `entrypoint_source`
  • Loading branch information
jakirkham authored Oct 10, 2019
2 parents 2b20eac + 7f3ac26 commit d3db054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux-anvil-cuda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d3db054

Please sign in to comment.