docker-compose2 [llama2/docker/ollama] llama2 로컬에서 docker 로 실행하기 docker의 이미지로 ollama 가 지원된다. ollama 를 사용하면 매우매우 쉽게 로컬에서 llama2 를 실행할 수 있다. (https://ollama.com/library/llama2) docker-compose 파일 만들기 다음과 같이 compose 파일을 만들자. docker-compose.yml version: '3.8' services: ollama: hostname: ollama container_name: ollama image: ollama/ollama ports: - "11434:11434" 내 로컬의 11434 포트에 ollama 를 실행시킨다. docker-compose 실행하기 cmd 를 열고 위에서 만든 docker-compose 를 실행하여 ollama 서.. 2024. 3. 13. [airflow, docker] log 가 안나오는 이슈 Airflow 로그가 출력되지 않는 이슈docker-compose 로 airflow 를 실행하는데 로그가 안나오고 다음과 같은 에러만 발생 !!!! Please make sure that all your Airflow components (e.g. schedulers, webservers, workers and triggerer) have the same 'secret_key' configured in 'webserver' section and time is synchronized on all your machines (for example with ntpd) See more at https://airflow.apache.org/docs/apache-airflow/stable/configurations.. 2024. 3. 7. 이전 1 다음