experimental: new sysprompt
This commit is contained in:
parent
70612cb353
commit
118218cc53
3 changed files with 13 additions and 18 deletions
|
|
@ -7,7 +7,8 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|||
COPY ./main.py ./
|
||||
COPY ./tools.py ./
|
||||
COPY ./.env ./
|
||||
COPY ./sysprompt.md ./
|
||||
|
||||
RUN useradd app
|
||||
USER app
|
||||
CMD ["python", "main.py"]
|
||||
CMD ["python", "main.py"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue