Sign inSign up

comanderanch/ai-core-dev

By comanderanch

Updated about 1 year ago

Image
0

76

comanderanch/ai-core-dev repository overview

mkdir -p ~/dev-containers/ai-core-v1.01a/runtime_data && cat > ~/dev-containers/ai-core-v1.01a/compose.yaml <<'YAML' services: ai-core-v1-01a: image: comanderanch/ai-core-dev:1.01a container_name: ai-core-v1-01a hostname: ai-core-v1-01a ports: - "2227:22" # SSH on host:2227 -> container:22 volumes: - ./runtime_data:/home/commandDev/work/runtime_data # mount a public key the runner wants to use: - ~/.ssh/id_rsa.pub:/run/dev_authorized_keys:ro restart: unless-stopped YAML

image 1.01 will not work yet above is a compose file for 1.01a (If you prefer ed25519, you just change the mount to ~/.ssh/id_ed25519.pub—no image changes.)

Tag summary

Content type

Image

Digest

sha256:a8d793210

Size

449.3 MB

Last updated

about 1 year ago

docker pull comanderanch/ai-core-dev:1.01b