From b3015d1261f95eb7bd52faedf80f66f8d3980518 Mon Sep 17 00:00:00 2001 From: Kevin Su Date: Sun, 10 Mar 2024 00:59:41 -0800 Subject: [PATCH] remove readme Signed-off-by: Kevin Su --- docker/sandbox-bundled/README.md | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 docker/sandbox-bundled/README.md diff --git a/docker/sandbox-bundled/README.md b/docker/sandbox-bundled/README.md deleted file mode 100644 index 66410d1635..0000000000 --- a/docker/sandbox-bundled/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# Flyte Deployment Sandbox - -First make images -``` -ytong@Yees-MBP:~/go/src/github.com/flyteorg/flyte/docker/sandbox-ultra [flyte-sandbox] (cicd-sandbox) $ make images -``` - -then build the k3s image. -``` -ytong@Yees-MBP:~/go/src/github.com/flyteorg/flyte/docker/sandbox-ultra [] (cicd-sandbox) $ docker buildx build --file images/dockerfiles/k3s/Dockerfile --platform linux/arm64,linux/amd64 --push --tag ghcr.io/flyteorg/flyte-sandbox:ultra7 . -```