Include .env in Docker build for easy llm setup (#2484)
Co-authored-by: Shuchang Zheng <shu@skyvern.com>
This commit is contained in:
committed by
GitHub
parent
ed9dda6d8f
commit
829e46c726
@@ -1,4 +1,5 @@
|
||||
FROM python:3.11 AS requirements-stage
|
||||
FROM python:3.11 as requirements-stage
|
||||
# Run `skyvern init llm` before building to generate the .env file
|
||||
|
||||
WORKDIR /tmp
|
||||
RUN pip install poetry
|
||||
|
||||
Reference in New Issue
Block a user