Skip to content

Commit 12b8542

Browse files
committed
set PROJ_LIB env var
1 parent 0959bf1 commit 12b8542

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ MAINTAINER Leah Wasser <leah.wasser@colorado.edu>
44

55
COPY environment.yml environment.yml
66

7-
RUN conda env update -n root -f environment.yml \
7+
RUN conda env update --name base --file environment.yml \
88
&& conda info --envs \
99
&& conda list \
10-
&& rm environment.yml \
11-
&& . activate base
10+
&& rm environment.yml
11+
12+
ENV PROJ_LIB $CONDA_DIR/share/proj
1213

1314
# Test imports
1415
RUN python -c "import rasterio"

0 commit comments

Comments
 (0)