Skip to content

Commit

Permalink
Merge pull request #340 from DigitalSlideArchive/docker-update
Browse files Browse the repository at this point in the history
Update the docker file based on a docker build recommendation
  • Loading branch information
manthey authored Jul 5, 2024
2 parents 9331697 + cb3f6ca commit c964223
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ devops/dsa/assetstore
devops/dsa/db
devops/dsa/logs
devops/singularity-minimal
docs/.bundle
docs/_site
docs/vendor
!**/.gitignore
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM girder/tox-and-node
LABEL maintainer="Kitware, Inc. <[email protected]>"

ENV LANG en_US.UTF-8
ENV LANG=en_US.UTF-8

# Install some additional packages
RUN apt-get update && \
Expand Down Expand Up @@ -85,7 +85,7 @@ RUN cd /opt && \
cd /opt/large_image && \
pip install --no-cache-dir --find-links https://girder.github.io/large_image_wheels -e .[memcached] -rrequirements-dev.txt && \
# Reduice docker size by de-duplicating some libraries that get installed \
rdfind -minsize 1048576 -makehardlinks true -makeresultsfile false /opt/venv
rdfind -minsize 32768 -makehardlinks true -makeresultsfile false /opt/venv

RUN cd /opt && \
git clone https://github.com/DigitalSlideArchive/HistomicsUI && \
Expand Down

0 comments on commit c964223

Please sign in to comment.