Commit Graph

9 Commits (074de82dc5fdd94d26c45c7365c46c8ac58c4d1c)

Author SHA1 Message Date
陳鈞 074de82dc5
chore(docker): Configure TensorBoard port through .env file (#2397)
* chore(docker): Configure TensorBoard port through .env file

- Added a new `.env` file to specify the TensorBoard port
- Updated the `docker-compose.yaml` file to import the TensorBoard port from the `.env` file
- Adjusted the tensorboard service in `docker-compose.yaml` to make the port configurable via an environment variable
- Added a comment in `docker-compose.yaml` to encourage changing the port in the `.env` file instead of the docker-compose file itself

* fix: the `Open tensorboard` button is not working in headless environment

Use the gradio builtin feature instead.

- In `class_tensorboard.py`, the "Open tensorboard" button now directly links to the tensorboard URL instead of calling the `open_tensorboard_url` function when clicked.
2024-04-26 19:43:37 -04:00
bmaltais 0c2c2d4e06 Add "Open tensorboard" button for docker containers without tensorflow installed 2024-04-26 10:03:25 -04:00
bmaltais 1b71c7f5ee Fix issue where tensorboard was displayed when tensorflow was not installed 2024-04-25 18:39:06 -04:00
bmaltais 4923f5647c
Make Start/Stop buttons visible in headless (#2356) 2024-04-20 14:27:19 -04:00
bmaltais 4c5f4dfd27 update file read and write to utf-8 2024-04-19 10:50:43 -04:00
bmaltais 40c5ac6e52 Hide tensorboard button if tensorflow module is not installed 2024-04-19 08:11:30 -04:00
bmaltais 1898851aa6 Fix bad merge 2024-04-17 07:32:41 -04:00
bmaltais e8b54e630c Update tensorboard button color 2024-04-12 21:19:34 -04:00
bmaltais 4aa02c8aa3 Improve training and tensorboard buttons and code 2024-04-12 20:26:35 -04:00