Git Product home page Git Product logo

hzcsk12's Introduction

K12AI

更新记录

构建镜像版本修改: script/build_images.sh

K12AI

版本 说明
1.0.48 first build

K12CV

版本 说明
1.0.48 first build

K12NLP

版本 说明
1.0.48 first build

启动docker仓库服务

/etc/docker/daemon.json:

{
    "default-runtime": "nvidia",
    "runtimes": {
        "nvidia": {
            "path": "nvidia-container-runtime",
            "runtimeArgs": []
        }
    },
    "registry-mirrors": ["https://registry.docker-cn.com"],
    "insecure-registries":["10.255.0.58:9500"]
}
sudo systemctl daemon-reload
sudo systemctl restart docker
docker pull registry
docker run -d -v /data/images:/var/lib/registry -p 9500:5000 --restart=always --name k12ai_images_registry registry
curl http://localhost:9500/v2/_catalog
easy_boot:

echo "172.21.0.4 hzcsk8s.io" >> /etc/hosts
yum install -y mount.nfs
mkdir -p /data/k12-nfs ; mount -t nfs hzcsk8s.io:/data/k12-nfs /data/k12-nfs
cd /data/k12-nfs/codes/hzcsk12
./scripts/k12ai_easy_boot.sh

hzcsk12's People

Contributors

qrsforever avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.