Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Fidle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Talks
Fidle
Wiki
Check Docker image
Changes
Page history
New page
Templates
Clone repository
Create Check Docker image
authored
2 years ago
by
Jean-Luc Parouty
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Check-Docker-image.md
+48
-0
48 additions, 0 deletions
Check-Docker-image.md
with
48 additions
and
0 deletions
Check-Docker-image.md
0 → 100644
View page @
36b68bd5
## To Check the image has been pulled :
-
Have a look to your image:
\
`$ docker images`
\
On standard output, you should have a line of the form
```
gricad-registry.univ-grenoble-alpes.fr/talks/fidle/fidle_cpu python3.7 [...] 6.05GB
```
-
You can test it :
\
`$ 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) :
```
==========================================================
fid - Your favorite Fidle admin command :-) (v2.0b47)
==========================================================
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.6)
The environment variable FIDLE_DATASETS_DIR is : /data/datasets-fidle
Notebooks dir found :
//notebooks/fidle-master (Notebooks Fidle / 2.2.2)
/notebooks/fidle-master (Notebooks Fidle / 2.2.2)
Check environment :
Python : Ok (3.7.15)
Fidle module : Ok (2.0b47)
tensorflow : Ok (2.9.0)
tensorflow.keras : Ok (2.9.0)
numpy : Ok (1.21.6)
sklearn : Ok (1.0.2)
skimage : Ok (0.19.3)
matplotlib : Ok (3.5.3)
plotly : Ok (5.10.0)
pandas : Ok (1.3.5)
jupyterlab : Ok (3.4.8)
torch : Ok (1.12.1+cu102)
torchvision : Ok (0.13.1+cu102)
```
\ No newline at end of file
This diff is collapsed.
Click to expand it.