We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 335693f + 12b8542 commit 2869054Copy full SHA for 2869054
1 file changed
Dockerfile
@@ -4,11 +4,13 @@ MAINTAINER Leah Wasser <leah.wasser@colorado.edu>
4
5
COPY environment.yml environment.yml
6
7
-RUN conda env update -n root -f environment.yml \
+RUN conda env update --name base --file environment.yml \
8
&& conda info --envs \
9
&& conda list \
10
&& rm environment.yml
11
12
+ENV PROJ_LIB $CONDA_DIR/share/proj
13
+
14
# Test imports
15
RUN python -c "import rasterio"
16
RUN python -c "import earthpy"
0 commit comments