Skip to content
Snippets Groups Projects
Commit 743dc8d9 authored by Charles Daniels's avatar Charles Daniels
Browse files

Remove unnecessary h4tonccf_nc4 install

The Docker image already has h4tonccf_nc4 installed, so this step is
redundant. In fact, it was installing it to a directory that isn't on
the `PATH`, so it had no effect.
parent 9a19c5be
No related branches found
No related tags found
1 merge request!3Remove unnecessary h4tonccf_nc4 install
......@@ -3,6 +3,3 @@ set -euo pipefail
# Install maap-py so we can use MAAP Secrets in run.sh
conda run --no-capture-output --name mytobac python -m pip install maap-py
mkdir -p "${HOME}/local/bin"
wget https://www.hdfeos.org/software/h4cflib/bin/linux/v1.4/CentOS7/h4tonccf_nc4 -O "${HOME}/local/bin/h4tonccr_nc4"
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