Merge pull request #240 from harry0703/dev

fix webui.bat and docker-compose.yml
This commit is contained in:
Harry 2024-04-11 23:40:21 +08:00 committed by GitHub
commit 1f2b36a4f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,3 @@
version: "3"
x-common-volumes: &common-volumes
- ./:/MoneyPrinterTurbo

View File

@ -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
streamlit run .\webui\Main.py --browser.gatherUsageStats=False --server.enableCORS=True