|
|
|
|
|
|
|
## Pre-requisites
|
|
|
|
|
|
|
|
- [Docker](https://docs.docker.com) should be pre-installed on your computer !
|
|
|
|
- Si vous êtes sous Linux, il est fortement possible que [Docker](https://docs.docker.com/) soit déjà installé !
|
|
|
|
- Dans le cas contraire, nous vous conseillons d'installer **Docker Desktop**
|
|
|
|
- Check the [**download Docker Desktop page info**](https://docs.docker.com/get-docker/)
|
|
|
|
- Do not forget [the post-installation steps](https://docs.docker.com/engine/install/linux-postinstall/) (for Linux in particular)
|
|
|
|
- Do not forget [the post-installation steps](https://docs.docker.com/engine/install/linux-postinstall/) (for Linux users)
|
|
|
|
|
|
|
|
## Using Fidle Docker image in vidéo :
|
|
|
|
|
|
|
|
For Windows or MacOS users, it is a good idea to check [Docker Desktop](https://www.docker.com/products/docker-desktop/), but do not forget to read the **pre-requisites** !
|
|
|
|
[Using Fidle Docker Image](https://youtu.be/z5BT44X_YN4)
|
|
|
|
|
|
|
|
## Remark
|
|
|
|
|
| ... | ... | @@ -41,13 +43,13 @@ Where: \ |
|
|
|
|
|
|
|
- Copy the URL printed on screen beginning with `http://127.0.0.1:8888/?token`...
|
|
|
|
- Open a Web Browser and paste the URL
|
|
|
|
- Jupyterlab for fidle should be there !
|
|
|
|
- Jupyterlab for fidle should be there !
|
|
|
|
|
|
|
|
## 4- Tensorbaord
|
|
|
|
|
|
|
|
If you want to use tensoboard inside jupyter lab use this command from a terminal :
|
|
|
|
|
|
|
|
```
|
|
|
|
```plaintext
|
|
|
|
$ tensorboard --host 0.0.0.0 --logdir <path/to/your/logs>
|
|
|
|
```
|
|
|
|
|
| ... | ... | |
| ... | ... | |