Skip to content

Commit

Permalink
Updating requirements and removing wheel after build. RE:natcap#1431
Browse files Browse the repository at this point in the history
  • Loading branch information
phargogh committed Oct 19, 2023
1 parent 44d5b1e commit 55cb3d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ COPY --from=build /invest/dist/*.whl /tmp/
COPY --chown=$MAMBA_USER:$MAMBA_USER environment.yml /tmp/environment.yml
RUN micromamba install -y -n base -c conda-forge -f /tmp/environment.yml && \
micromamba clean --all --yes && \
/opt/conda/bin/python -m pip install /tmp/*.whl
/opt/conda/bin/python -m pip install /tmp/*.whl && \
rm /tmp/*.whl

ENTRYPOINT ["/usr/local/bin/_entrypoint.sh"]

4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ numpy>=1.11.0,!=1.16.0
Rtree>=0.8.2,!=0.9.1
shapely>=2.0.0
scipy>=1.9.0
pygeoprocessing==2.4.0 # pip-only
taskgraph[niced_processes]>=0.11.0 # pip-only
pygeoprocessing==2.4.0
taskgraph>=0.11.0
psutil>=5.6.6
chardet>=3.0.4
pint
Expand Down

0 comments on commit 55cb3d3

Please sign in to comment.