Docker With GPU
March 18, 2025 · 2 min read

This post is to introduce how to use gpu in docker, which also covers the basic usage of gpu on the host machine.
Read the full text -> A total of 0.59k words
This post is to introduce how to use gpu in docker, which also covers the basic usage of gpu on the host machine.
Read the full text -> A total of 0.59k wordsCompared to deterministic model, which is specified by a set of equations that describe exactly how the system will evolve over time. In a stochastic model, the evolution is at least partially random and if the process is run several times, it will not give identical results.
Read the full text -> A total of 4.05k wordsSome useful tools for developers.
Note: This post will be updated regularly.
Read the full text -> A total of 0.07k words
前天在广州找朋友时发现附近有一家永辉超市,它是去年年末自主改调的“胖东来”超市,我一下子来了兴致,之前虽然也去过河南很多城市,但是没有去过许昌和新乡(New York),而胖东来又不在河南之外开店,所以一直缺少体验的机会。在胖东来仔细转了一遍后,我对胖东来的服务有了更进一步的理解和感受。
Read the full text -> A total of 3.29k words
This is a quick-start essay for LangChain and RAG which mainly refers to the Langchain chat with your data[1] course which are taught by Harrison Chase and Andrew Ng.
Read the full text -> A total of 3.38k wordsThis article is a summary of the random walks in the book “Random Processes” by Gregory F. Lawler.
Read the full text -> A total of 1.19k wordsThis is the notes for the lecture of Parameter Estimation.
Read the full text -> A total of 1.19k wordsThis article is about the two random variables and their properties.
Read the full text -> A total of 0.02k words
The /proc in Linux is a kind of Pseudo file system (also known as Virtual File System), what it saves is a series of special files that store the current running state of the kernel, and the user can check the hardware info and the runnning processes via the files, even adjust some files to change the state of running kernel. The files in /proc will be refresh in RAM, so the files’ size is 0 bytes.