|
|
## Use Docker for Fidle
|
|
## Use Docker for Fidle
|
|
|
|
|
|
|
|
- Get Fidle image and launch jupyter for fidle <br>
|
|
- Get Fidle image<br>
|
|
|
`docker run --rm -p 8888:8888 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`
|
|
|
|
|
|
|
|
- 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 available !
|
|
|
|
|
|
|
|
|
|
- You can test the docker image for Fidle <br>
|
|
- You can test the docker image for Fidle <br>
|
|
|
`docker run python3 /root/python_env_test.py`
|
|
`docker run python3 /root/python_env_test.py`
|
|
|
|
|
- You should see printed the followin lines: <br>
|
|
|
You should see printed the followin lines: <br>
|
|
|
|
|
<code>
|
|
<code>
|
|
|
FIDLE_DATASETS_DIR = /data/fidle-datasets
|
|
FIDLE_DATASETS_DIR = /data/fidle-datasets
|
|
|
Python version = 3.7
|
|
Python version = 3.7
|
|
|
Tensorflow version = 2.8.0</code>
|
|
Tensorflow version = 2.8.0</code>
|
|
|
|
|
|
|
|
- Launch Jupyterlab for fidle <br>
|
|
|
|
`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`
|
|
|
|
- Open a Web Browser and paste the URL
|
|
|
|
- Jupyterlab for Fidle should be available !
|
|
|
|
|