This commit is contained in:
w-okada 2023-07-29 23:15:04 +09:00
parent f48ad3755e
commit fee9354ea6
4 changed files with 12 additions and 0 deletions

View File

@ -18,6 +18,10 @@ npm run build:docker:vcclient
bash start_docker.sh
```
ブラウザ(Chrome のみサポート)でアクセスすると画面が表示されます。
## RUN with options
GPU を使用しない場合は
```

View File

@ -36,6 +36,10 @@ In root folder of repos.
bash start_docker.sh
```
Access with Browser (currently only chrome is supported), then you can see gui.
## RUN with options
Without GPU
```

View File

@ -44,6 +44,8 @@ If you have the old version, be sure to unzip it into a separate folder.
When connecting remotely, please use `.bat` file (win) and `.command` file (mac) where http is replaced with https.
Access with Browser (currently only chrome is supported), then you can see gui.
### Console
When you run a .bat file (Windows) or .command file (Mac), a screen like the following will be displayed and various data will be downloaded from the Internet at the initial start-up. Depending on your environment, it may take 1-2 minutes in many cases.

View File

@ -44,6 +44,8 @@
リモートから接続する場合は、`.bat`ファイル(win)、`.command`ファイル(mac)の http が https に置き換わっているものを使用してください。
ブラウザ(Chrome のみサポート)でアクセスすると画面が表示されます。
### コンソール表示
`.bat`ファイル(win)や`.command`ファイル(mac)を実行すると、次のような画面が表示され、初回起動時には各種データをインターネットからダウンロードします。