Skip to content

Commit

Permalink
Pride flags and reply to |delete
Browse files Browse the repository at this point in the history
  • Loading branch information
mia1024 committed Feb 16, 2021
1 parent 6e86ce7 commit 66b0b39
Show file tree
Hide file tree
Showing 4 changed files with 186 additions and 130 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN mkdir data

FROM python:3.9-alpine
RUN apk update && apk add --no-cache libffi openjpeg libjpeg-turbo libpng libwebp openblas tiff libstdc++
COPY --from=deps --chown=666:666 /mosaic_bot /bot
COPY --from=deps --chown=1000:1000 /mosaic_bot /bot
COPY --from=deps /cv-dist /bot/env/
USER 1000:1000
WORKDIR /bot
Expand Down
2 changes: 1 addition & 1 deletion mosaic_bot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
else:
DATA_PATH=pathlib.Path(__file__).resolve().parent.parent/'data'
IMAGE_DIR = DATA_PATH / 'images'
__version__ = '0.1'
__version__ = '0.16'
# versions will be numbered after the golden ratio, like how LaTeX does it

from .__build__ import (build_hash as __build_hash__,
Expand Down
Loading

0 comments on commit 66b0b39

Please sign in to comment.