Skip to content

Commit

Permalink
Dockerignore cache directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Lubken committed Sep 21, 2024
1 parent 63e3714 commit 422117a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions {{cookiecutter.name}}/.dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.env
.venv
data
predict/cache
2 changes: 1 addition & 1 deletion {{cookiecutter.name}}/jupyterlab/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
# pyproject.toml is authoritative for the python module
# pin any key dependencies to match pyproject.toml
dependencies:
- python=3.9
- python==3.12
- altair
- altair_viewer
- black[jupyterlab]
Expand Down

0 comments on commit 422117a

Please sign in to comment.