| ... | @@ -7,9 +7,9 @@ |
... | @@ -7,9 +7,9 @@ |
|
|
### Remark
|
|
### Remark
|
|
|
- All commands presented below and prefix by `$` are to be launched on a terminal/unix console :smile:
|
|
- All commands presented below and prefix by `$` are to be launched on a terminal/unix console :smile:
|
|
|
|
|
|
|
|
### Get the image and run Fidle Jupyterlab
|
|
### Get the Fidle Docker image
|
|
|
|
|
|
|
|
- Get Fidle image<br>
|
|
- Get Fidle image :<br>
|
|
|
`$ docker pull gricad-registry.univ-grenoble-alpes.fr/talks/fidle/fidle_cpu:python3.7`
|
|
`$ docker pull gricad-registry.univ-grenoble-alpes.fr/talks/fidle/fidle_cpu:python3.7`
|
|
|
|
|
|
|
|
- Check the image has been pulled :<br>
|
|
- Check the image has been pulled :<br>
|
| ... | @@ -18,8 +18,7 @@ |
... | @@ -18,8 +18,7 @@ |
|
|
You should have a line of the form <br>
|
|
You should have a line of the form <br>
|
|
|
`gricad-registry.univ-grenoble-alpes.fr/talks/fidle/fidle_cpu python3.7 [...] 6.98GB`
|
|
`gricad-registry.univ-grenoble-alpes.fr/talks/fidle/fidle_cpu python3.7 [...] 6.98GB`
|
|
|
|
|
|
|
|
|
|
- You can test it :<br>
|
|
|
- You can test the docker image for Fidle <br>
|
|
|
|
|
`$ docker run --rm gricad-registry.univ-grenoble-alpes.fr/talks/fidle/fidle_cpu:python3.7 python3 /root/fidle_env_test.py`
|
|
`$ docker run --rm gricad-registry.univ-grenoble-alpes.fr/talks/fidle/fidle_cpu:python3.7 python3 /root/fidle_env_test.py`
|
|
|
- You should see printed the followin lines:
|
|
- You should see printed the followin lines:
|
|
|
<code>
|
|
<code>
|
| ... | @@ -28,7 +27,8 @@ |
... | @@ -28,7 +27,8 @@ |
|
|
Tensorflow version = 2.8.0</code>
|
|
Tensorflow version = 2.8.0</code>
|
|
|
|
|
|
|
|
|
|
|
|
|
- Launch Jupyterlab for fidle <br>
|
|
### Launch Fidle Jupyterlab
|
|
|
|
- Launch Jupyterlab for Fidle : <br>
|
|
|
`$ docker run --rm -p 8888:8888 gricad-registry.univ-grenoble-alpes.fr/talks/fidle/fidle_cpu:python3.7`
|
|
`$ docker run --rm -p 8888:8888 gricad-registry.univ-grenoble-alpes.fr/talks/fidle/fidle_cpu:python3.7`
|
|
|
- Copy the URL printed on screen beginning with `http://127.0.0.1:8888/?token`...
|
|
- Copy the URL printed on screen beginning with `http://127.0.0.1:8888/?token`...
|
|
|
- Open a Web Browser and paste the URL
|
|
- Open a Web Browser and paste the URL
|
| ... | |
... | |
| ... | | ... | |