Skip to content

Commit 1f2b36a

Browse files
authored
Merge pull request harry0703#240 from harry0703/dev
fix webui.bat and docker-compose.yml
2 parents a0a5a40 + 91218ec commit 1f2b36a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: "3"
2-
31
x-common-volumes: &common-volumes
42
- ./:/MoneyPrinterTurbo
53

webui.bat

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1+
@echo off
2+
set CURRENT_DIR=%CD%
3+
echo ***** Current directory: %CURRENT_DIR% *****
4+
set PYTHONPATH=%CURRENT_DIR%
5+
16
rem set HF_ENDPOINT=https://hf-mirror.com
27
streamlit run .\webui\Main.py --browser.gatherUsageStats=False --server.enableCORS=True

0 commit comments

Comments
 (0)