Skip to content
Snippets Groups Projects
Commit 80cebdb3 authored by Rémi's avatar Rémi
Browse files

comp: update dockerfile

parent 4d939697
No related branches found
No related tags found
1 merge request!117Draft: Release 5.0
Pipeline #266893 passed with warnings
......@@ -190,6 +190,7 @@ RUN ! $DEV_IMAGE || pip install codespell flake8 pylint pytest pytest-cov pytest
WORKDIR /home/otbuser
# Test python imports
RUN python -c "import tensorflow ; import keras"
RUN python -c "import tensorflow, keras"
RUN python -c "import otbApplication as otb; otb.Registry.CreateApplication('ImageClassifierFromDeepFeatures')"
RUN python -c "import otbtf ; import tricks"
RUN python -c "import otbtf, tricks"
RUN python -c "from osgeo import gdal"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment