mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
- we forgot to do that and it seems poetry chose versions of torch for all OSes so should be good - removed torchvision as we apparently never really used it - make it work on linux and macOS
13 lines
205 B
Docker
13 lines
205 B
Docker
# Ignore all
|
|
**
|
|
|
|
# Not our sources
|
|
!concrete
|
|
!pyproject.toml
|
|
!docker/release_resources/entry_point.sh
|
|
!docker/release_resources/release_requirements.txt
|
|
|
|
# But still ignore pycache
|
|
**/__pycache__
|
|
**/*.pyc
|