We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d30d62 commit 0959bf1Copy full SHA for 0959bf1
1 file changed
Dockerfile
@@ -7,7 +7,8 @@ COPY environment.yml environment.yml
7
RUN conda env update -n root -f environment.yml \
8
&& conda info --envs \
9
&& conda list \
10
- && rm environment.yml
+ && rm environment.yml \
11
+ && . activate base
12
13
# Test imports
14
RUN python -c "import rasterio"
0 commit comments