... | @@ -2,7 +2,7 @@ |
... | @@ -2,7 +2,7 @@ |
|
|
|
|
|
## To Check the image has been pulled :
|
|
## To Check the image has been pulled :
|
|
|
|
|
|
- Have a look to your image:\
|
|
- Have a look to your image:
|
|
```
|
|
```
|
|
$ docker images
|
|
$ docker images
|
|
```
|
|
```
|
... | @@ -10,13 +10,12 @@ |
... | @@ -10,13 +10,12 @@ |
|
*gricad-registry.univ-grenoble-alpes.fr/talks/fidle/fidle_cpu python3.7 [...] 6.05GB*
|
|
*gricad-registry.univ-grenoble-alpes.fr/talks/fidle/fidle_cpu python3.7 [...] 6.05GB*
|
|
|
|
|
|
|
|
|
|
- You can test it :\
|
|
- You can test it :
|
|
```
|
|
```
|
|
$ docker run --rm gricad-registry.univ-grenoble-alpes.fr/talks/fidle/fidle_cpu:python3.7 fid check
|
|
$ docker run --rm gricad-registry.univ-grenoble-alpes.fr/talks/fidle/fidle_cpu:python3.7 fid check
|
|
```
|
|
```
|
|
You should see printed the following lines (version numbers may change) :
|
|
You should see printed the following lines (version numbers may change) :
|
|
|
|
```
|
|
```
|
|
|
|
==========================================================
|
|
==========================================================
|
|
fid - Your favorite Fidle admin command :-) (v2.0b47)
|
|
fid - Your favorite Fidle admin command :-) (v2.0b47)
|
|
==========================================================
|
|
==========================================================
|
... | @@ -49,5 +48,5 @@ Check environment : |
... | @@ -49,5 +48,5 @@ Check environment : |
|
jupyterlab : Ok (3.4.8)
|
|
jupyterlab : Ok (3.4.8)
|
|
torch : Ok (1.12.1+cu102)
|
|
torch : Ok (1.12.1+cu102)
|
|
torchvision : Ok (0.13.1+cu102)
|
|
torchvision : Ok (0.13.1+cu102)
|
|
```
|
|
```
|
|
[Back to Docker installation](Install-Docker) |
|
[Back to Docker installation](Install-Docker) |
|
|
|
\ No newline at end of file |