Skip to content

Commit 0959bf1

Browse files
committed
source base
1 parent 1d30d62 commit 0959bf1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ COPY environment.yml environment.yml
77
RUN conda env update -n root -f environment.yml \
88
&& conda info --envs \
99
&& conda list \
10-
&& rm environment.yml
10+
&& rm environment.yml \
11+
&& . activate base
1112

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

0 commit comments

Comments
 (0)