| ... | @@ -12,7 +12,7 @@ |
... | @@ -12,7 +12,7 @@ |
|
|
|
|
|
|
|
### Get the Fidle Docker image
|
|
### Get the Fidle Docker image
|
|
|
|
|
|
|
|
- Get Fidle image : ...it takes some time... (~5mn) and the image is quiet huge (~7 GB) <br>
|
|
- Get Fidle image : ...it takes some time... (~5mn) and the image is quiet huge (~6.5 GB) <br>
|
|
|
`$ docker pull gricad-registry.univ-grenoble-alpes.fr/talks/fidle/fidle-cpu:python3.8`
|
|
`$ docker pull gricad-registry.univ-grenoble-alpes.fr/talks/fidle/fidle-cpu:python3.8`
|
|
|
|
|
|
|
|
- Check the image has been pulled :<br>
|
|
- Check the image has been pulled :<br>
|
| ... | @@ -25,9 +25,26 @@ |
... | @@ -25,9 +25,26 @@ |
|
|
`$ docker run --rm gricad-registry.univ-grenoble-alpes.fr/talks/fidle/fidle-cpu:python3.8 fid check`
|
|
`$ docker run --rm gricad-registry.univ-grenoble-alpes.fr/talks/fidle/fidle-cpu:python3.8 fid check`
|
|
|
- You should see printed the following lines:
|
|
- You should see printed the following lines:
|
|
|
<code>
|
|
<code>
|
|
|
Check environment :
|
|
==========================================================
|
|
|
|
fid - Your favorite Fidle admin command :-) (v2.0b44)
|
|
|
|
==========================================================
|
|
|
|
|
|
|
|
Fidle module : Ok (2.0b42)
|
|
Notebooks and datasets can only be found if they are in/near the explored folder.
|
|
|
|
Explored directory is : /notebooks
|
|
|
|
|
|
|
|
Datasets dir found :
|
|
|
|
|
|
|
|
//data/datasets-fidle (Datasets Fidle / 1.5b2)
|
|
|
|
The environment variable FIDLE_DATASETS_DIR is : /data/datasets-fidle
|
|
|
|
|
|
|
|
Notebooks dir found :
|
|
|
|
|
|
|
|
//notebooks/fidle-master (Notebooks Fidle / 2.2.0)
|
|
|
|
/notebooks/fidle-master (Notebooks Fidle / 2.2.0)
|
|
|
|
|
|
|
|
Check environment :
|
|
|
|
|
|
|
|
Fidle module : Ok (2.0b44)
|
|
|
tensorflow : Ok (2.9.0)
|
|
tensorflow : Ok (2.9.0)
|
|
|
tensorflow.keras : Ok (2.9.0)
|
|
tensorflow.keras : Ok (2.9.0)
|
|
|
numpy : Ok (1.23.4)
|
|
numpy : Ok (1.23.4)
|
| ... | @@ -37,7 +54,7 @@ |
... | @@ -37,7 +54,7 @@ |
|
|
plotly : Ok (5.10.0)
|
|
plotly : Ok (5.10.0)
|
|
|
pandas : Ok (1.5.0)
|
|
pandas : Ok (1.5.0)
|
|
|
jupyterlab : Ok (3.4.8)
|
|
jupyterlab : Ok (3.4.8)
|
|
|
pytorch : Ok (1.12)
|
|
torch : Ok (1.12.1+cu102)
|
|
|
torchvision : Ok (0.13.1+cu102)
|
|
torchvision : Ok (0.13.1+cu102)
|
|
|
</code>
|
|
</code>
|
|
|
|
|
|
| ... | |
... | |
| ... | | ... | |