$ pip install poetry
$ poetry update
$ scrapy crawl oliveyoung
$ python hwahae.py [oliveyoung 크롤링.csv]
$ streamlit run main.py
WORKDIR /app
RUN pip install poetry
RUN git clone https://github.com/choi-ce3l/OllyMate.git
WORKDIR /app/OllyMate
RUN poetry update
EXPOSE 8501
ENTRYPOINT [ “poetry”, “run”, “streamlit”, “run”, “main.py”, “–server.port=8501”, “–server.address=0.0.0.0” ]
- docker image build
```aiignore
$ docker build -t beautyAI_Agent .
$ docker run -d -p 8501:8501 beautyAI_Agent