Skip to content

Commit

Permalink
trigger job
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantinjdobler committed Nov 7, 2023
1 parent 2fed007 commit 5205b7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ COPY ppc64le.conda-lock.yml /locks/conda-lock.yml
# -----------------
ARG TARGETARCH
FROM ${TARGETARCH}${OS_SELECTOR} as nvidia-cuda-with-micromamba

# ---------
# From https://github.com/mamba-org/micromamba-docker#adding-micromamba-to-an-existing-docker-image
# The commands below add micromamba to an existing image to give the capability to ad-hoc install new dependencies
USER root
Expand Down Expand Up @@ -93,6 +95,7 @@ ENTRYPOINT ["/usr/local/bin/_entrypoint.sh"]

# You can modify the CMD statement as needed....
CMD ["/bin/bash"]
# ------------


############################################################
Expand Down

0 comments on commit 5205b7c

Please sign in to comment.