Skip to content
Snippets Groups Projects
Commit 0a4f44df authored by Rémi Cresson's avatar Rémi Cresson
Browse files

CI: wip

parent 53639659
No related branches found
No related tags found
1 merge request!99Draft: Testing autoinstall
Pipeline #13873 failed
......@@ -4,6 +4,6 @@ RUN apt update && apt install -y python3 # Required for ubuntu
RUN useradd -s /bin/bash -m otbuser
WORKDIR /home/otbuser
USER otbuser
COPY pyotb /home/otbuser/pyotb
COPY . /home/otbuser/pyotb
RUN PYTHONPATH=/home/otbuser/pyotb/pyotb python3 -c "import install; assert install.install_otb()"
RUN PYTHONPATH=/home/otbuser/pyotb python3 -c "import pyotb"
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