An open API service indexing awesome lists of open source software.

https://github.com/a920604a/mlops-zoomcamp-2025


https://github.com/a920604a/mlops-zoomcamp-2025

airflow evidently grafana perfect

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# mlops-zoomcamp-2025

## 下載並安裝 Python 的 Anaconda 發行版
```
wget https://repo.anaconda.com/archive/Anaconda3-2022.05-Linux-x86_64.sh
bash Anaconda3-2022.05-Linux-x86_64.sh

export PATH=~/anaconda3/bin:$PATH
source ~/.bashrc
conda create --name mlops python=3.11
```
```
curl -O https://repo.anaconda.com/archive/Anaconda3-2022.05-MacOSX-x86_64.sh
bash Anaconda3-2022.05-MacOSX-x86_64.sh
echo 'export PATH="/Users/chenyuan/anaconda3/bin:$PATH"' >> ~/.zshrc
source ~/.zshrc
conda create --name mlops python=3.11
```