Skip to content

Commit

Permalink
✨ staff
Browse files Browse the repository at this point in the history
  • Loading branch information
juftin committed Aug 23, 2023
1 parent 45867ca commit f861f3c
Show file tree
Hide file tree
Showing 22 changed files with 987 additions and 9,098 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ repos:
exclude: '\.svg$'
- id: end-of-file-fixer
- id: check-yaml
exclude: mkdocs.yaml
- id: check-ast
- id: check-docstring-first
- id: check-merge-conflict
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV PYTHONUNBUFFERED 1

RUN pip install --upgrade pip
COPY ./requirements.txt .
RUN pip install -r requirements.txt
RUN pip install -r requirements.txt --no-deps

COPY zoo/ zoo/
COPY README.md README.md
Expand Down
Loading

0 comments on commit f861f3c

Please sign in to comment.