Skip to content

Commit

Permalink
added iso xml file output to oceaneyes runner
Browse files Browse the repository at this point in the history
  • Loading branch information
jpswinski committed Oct 16, 2024
1 parent 91c68ce commit ff68c9d
Show file tree
Hide file tree
Showing 6 changed files with 467 additions and 91 deletions.
3 changes: 2 additions & 1 deletion datasets/bathy/docker/oceaneyes/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN dnf update -y \
# # install mamba for python based algorithms
# RUN wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-aarch64.sh \
# && bash Miniforge3-Linux-aarch64.sh -b
#
#
# # install python dependencies for python based algorithms
# COPY conda-linux-aarch64.lock .
# RUN /root/miniforge3/bin/mamba create --copy -p /env --file conda-linux-aarch64.lock \
Expand All @@ -31,6 +31,7 @@ COPY magic_pytorch_env /magic
# install python applications
COPY runner.sh /runner.sh
COPY runner.py /runner.py
COPY atl24_iso_xml_template.txt /atl24_iso_xml_template.txt
COPY bathypathfinder /bathypathfinder
COPY cshelph /cshelph
COPY medianfilter /medianfilter
Expand Down
Loading

0 comments on commit ff68c9d

Please sign in to comment.