mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-10 12:23:22 +08:00
Fix PWD to pwd
This commit is contained in:
@@ -85,7 +85,7 @@ You can also use [an official Docker image](https://github.com/optuna/optuna-das
|
||||
The Docker image only supports SQLite3, MySQL(PyMySQL), and PostgreSQL(Psycopg2).
|
||||
|
||||
```
|
||||
$ docker run -it --rm -p 8080:8080 -v `PWD`:/app -w /app \
|
||||
$ docker run -it --rm -p 8080:8080 -v `pwd`:/app -w /app \
|
||||
> ghcr.io/optuna/optuna-dashboard sqlite:///db.sqlite3
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user