Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- port
- tensorflow
- 리눅스
- Excel
- ubuntu
- GIT
- ASP
- Linux
- 라즈베리파이
- PyQt
- MySQL
- urllib
- PER
- 날짜
- sqlite
- 함수
- python
- MS-SQL
- 맛집
- swift
- 다이어트
- javascript
- Unity
- 유니티
- IOS
- node.js
- mssql
- flutter
- pandas
- PyQt5
Archives
목록서버/airflow (1)
아미(아름다운미소)
airflow 초기셋팅
your-project-directory/│├── dags/ # DAG 파일을 저장하는 디렉토리│ └── your_dag.py # 예시 DAG 파일│├── Dockerfile # Dockerfile│└── docker-compose.yml # docker-compose.yml 파일DockerfileFROM apache/airflow:2.5.0# 한국 시간대 설정ENV TZ=Asia/SeoulRUN apt-get update && apt-get install -y tzdata && \ ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && \ echo $TZ > /etc/timez..
서버/airflow
2024. 11. 18. 08:31