knowledge_base:programming:docker

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
knowledge_base:programming:docker [2025/03/01 22:41] – [Create Dockerfile] Normal Userknowledge_base:programming:docker [2025/03/01 22:42] (current) – [Create Dockerfile] Normal User
Line 25: Line 25:
 Tip: use ''.gitignore'' and ''.dockerignore'' file to exclude files you don't need Tip: use ''.gitignore'' and ''.dockerignore'' file to exclude files you don't need
  
-[3/1/2025] - need to modify stock_info.py in the yahoo_fin package to fix data retrieving issue since Feb. 2025.+[3/1/2025] - need to modify stock_info.py in the yahoo_fin package to fix data retrieving issue since Feb. 2025. Also need gcc for building Python Wheels
 <code> <code>
 FROM python:3.12-slim FROM python:3.12-slim
  • Last modified: 2025/03/01 22:42
  • by Normal User