Fusion of Deep Learning Batch Task Processing Scheduler and kubernetes Default Scheduler
Three-step installation of kubernetes cluster
What is a batch task?
In deep learning, there are many tasks of multi-machine and multi-card, that is to say, colleagues will have multiple pods, but these pods belong to the same task.
So there's a problem.
A task starts with 100 pods, each pod needs a card, a total of 100 GPU cards, while there ar ...
Posted by jrobles on Wed, 08 May 2019 14:45:03 +0200
dockerfile creates lnmp image
Catalog
I. Creating the mirror image of lnmp
1.1. dockerfile creates php7.2.16 image
1. 2. dockerfile creates nginx-1.15.7 image
1.3. The php image is pull ed directly on the docker warehouse
2. Running lnmp environment through dockerpose-compose
2.1. Install docker-compose
2.2. Run the lnmp environment with docker-compo ...
Posted by anthonyw17 on Wed, 08 May 2019 11:35:02 +0200