We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f31d701 commit 7aee44aCopy full SHA for 7aee44a
tools/imagesets/oracle8conda/distrib_nisar/Dockerfile
@@ -23,7 +23,7 @@ RUN conda install testfixtures scikit-image
23
RUN conda install cfunits --channel conda-forge
24
25
# Soil Moisture
26
-COPY spec-file.txt /tmp/spec-file.txt
+COPY soilmoisture-spec-file.txt /tmp/spec-file.txt
27
RUN conda create -n SoilMoisture --file /tmp/spec-file.txt && conda clean -ay
28
29
# copy the repo from the intermediate image
tools/imagesets/oracle8conda/distrib_nisar/spec-file.txt renamed to tools/imagesets/oracle8conda/distrib_nisar/soilmoisture-spec-file.txt
0 commit comments