Skip to content

Commit

Permalink
fix: r & julia sshd image (#945)
Browse files Browse the repository at this point in the history
Signed-off-by: Keming <kemingyang@tensorchord.ai>

Signed-off-by: Keming <kemingyang@tensorchord.ai>
  • Loading branch information
kemingy committed Sep 28, 2022
1 parent b704029 commit 2eef587
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base-images/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
# TODO(gaocegege): Support linux/arm64
docker buildx build \
--build-arg ENVD_VERSION=${ENVD_VERSION} \
--build-arg ENVD_SSH_IMAGE=ghcr.io/tensorchord/envd-sshd-from-scratch \
--build-arg ENVD_SSH_IMAGE=tensorchord/envd-sshd-from-scratch \
-t ${DOCKER_HUB_ORG}/r-base:${RLANG_VERSION}-envd-${DOCKER_IMAGE_TAG} \
--pull --push --platform linux/x86_64 \
-f r${RLANG_VERSION}.Dockerfile .
docker buildx build \
--build-arg ENVD_VERSION=${ENVD_VERSION} \
--build-arg ENVD_SSH_IMAGE=ghcr.io/tensorchord/envd-sshd-from-scratch \
--build-arg ENVD_SSH_IMAGE=tensorchord/envd-sshd-from-scratch \
-t ${DOCKER_HUB_ORG}/julia:${JULIA_VERSION}-${ENVD_OS}-envd-${DOCKER_IMAGE_TAG} \
--pull --push --platform linux/x86_64,linux/arm64 \
-f julia${JULIA_VERSION}-${ENVD_OS}.Dockerfile .
Expand Down

0 comments on commit 2eef587

Please sign in to comment.