Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
923ef36a
Commit
923ef36a
authored
Apr 26, 2022
by
Julien Osman
Browse files
DOC: Document the Docker image
parent
1f95572f
Pipeline
#10464
passed with stages
in 87 minutes and 26 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Documentation/Cookbook/rst/Installation.rst
View file @
923ef36a
...
...
@@ -32,6 +32,29 @@ MacOS X
.. include:: Installation_Macos.rst
Docker image
------------
A Docker image is available on `DockerHub <https://hub.docker.com/r/orfeotoolbox/otb>`__. It
can be used on any device running Docker, and provides python 3.8.
::
docker pull orfeotoolbox/otb
To run CLI tools, you can launch the docker image with:
::
docker run -it orfeotoolbox/otb
If you are planning on using the GUI applications, you have to call
docker with the following arguments:
::
docker run -it -e DISPLAY=$DISPLAY -v /tmp/.X11-unix/:/tmp/.X11-unix/ --device=/dev/dri:/dev/dri orfeotoolbox/otb monteverdi
Conda package
-------------
...
...
Documentation/Cookbook/rst/Installation_Macos.rst
View file @
923ef36a
We provide for MacOS X through a standalone package. This package is a
self-extractible archive, quite similar to the Linux one. You may
uncompress it with the command line:
self-extractible archive, quite similar to the Linux one.
This package was compiled using an Intel processor, and won't be
compatible with ARM processors found in the most recent MacOS
computers. If you want to use OTB on such a device, we recommend using
the Docker image (see below).
You may uncompress it with the command line:
.. parsed-literal::
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment