mirror of
https://github.com/Sygil-Dev/sygil-webui.git
synced 2024-12-14 22:13:41 +03:00
Updated Dockerfile_runpod
Updates the Dockerfile to include a copy and rename action to create a userconfig_streamlit.yaml out of a webui-streamlit.yaml to provide a permanent userconfig file without causing issues for non dockerized deployments.
This commit is contained in:
parent
7864dd0fc2
commit
ded35ed094
@ -12,6 +12,7 @@ EXPOSE 8501
|
||||
COPY ./runpod_entrypoint.sh /sd/entrypoint.sh
|
||||
COPY ./data/DejaVuSans.ttf /usr/share/fonts/truetype/
|
||||
COPY ./configs/ /sd/configs/
|
||||
copy ./configs/webui/webui_streamlit.yaml /sd/configs/webui/userconfig_streamlit.yaml
|
||||
COPY ./data/ /sd/data/
|
||||
COPY ./frontend/ /sd/frontend/
|
||||
COPY ./gfpgan/ /sd/gfpgan/
|
||||
|
Loading…
Reference in New Issue
Block a user