fix webui.bat and docker-compose.yml
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
version: "3"
|
|
||||||
|
|
||||||
x-common-volumes: &common-volumes
|
x-common-volumes: &common-volumes
|
||||||
- ./:/MoneyPrinterTurbo
|
- ./:/MoneyPrinterTurbo
|
||||||
|
|
||||||
|
|||||||
@@ -1,2 +1,7 @@
|
|||||||
|
@echo off
|
||||||
|
set CURRENT_DIR=%CD%
|
||||||
|
echo ***** Current directory: %CURRENT_DIR% *****
|
||||||
|
set PYTHONPATH=%CURRENT_DIR%
|
||||||
|
|
||||||
rem set HF_ENDPOINT=https://hf-mirror.com
|
rem set HF_ENDPOINT=https://hf-mirror.com
|
||||||
streamlit run .\webui\Main.py --browser.gatherUsageStats=False --server.enableCORS=True
|
streamlit run .\webui\Main.py --browser.gatherUsageStats=False --server.enableCORS=True
|
||||||
Reference in New Issue
Block a user