We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0959bf1 commit 12b8542Copy full SHA for 12b8542
1 file changed
Dockerfile
@@ -4,11 +4,12 @@ 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
- && . activate base
+ && rm environment.yml
+
12
+ENV PROJ_LIB $CONDA_DIR/share/proj
13
14
# Test imports
15
RUN python -c "import rasterio"
0 commit comments